命令删除node_modules,绝对比手动删除快

1.安装rimraf

npm install rimraf -g

2.删除

rimraf node_modules

原文地址:https://www.cnblogs.com/wpTing/p/13792726.html