快速删除 node_modules

npm install rimraf -g
rimraf node_modules
原文地址:https://www.cnblogs.com/xuxml/p/14594278.html