npm - remove node_modules

0 votes
29 views
added Aug 30 in NPM by lcjr First Warrant Officer (9,550 points)

Run the following code to remove the node_modules in your project, or any files/folder

rm -rf node_modules

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...