Quick delete node_modules

The installation of a package under windows, but that it contains the name of the folder is too long can not be deleted when you delete node_modules folder. How to completely delete a folder the file?

npm install rimraf -g
rimraf node_modules

 

Quickly delete all the content, of course, you can also use this command to delete any folder.
Fast, faster than delete the system, some suspect that the deletion of logic.

Guess you like

Origin www.cnblogs.com/super999/p/12014943.html