删除node_modules文件

删除node_modules文件夹报错:路径太长,无法删除。

npm install rimraf -g

rimraf node_modules

原文地址:https://www.cnblogs.com/peiyao/p/6559783.html