Assume I install project packages with npm install that looks into package.json for modules to be installed. After a while I see that I don\'t need
npm install
package.json
rimraf is an package for simulate linux command [rm -rf] in windows. which is useful for cross platform support. for install its CLI:
npm install rimraf -g