delete node_modules dir in windows

Install RimRaf:

npm install rimraf -g

And in the project folder delete the node_modules folder with:

rimraf node_modules

原文地址:https://www.cnblogs.com/crabzzz/p/4978039.html