npm如何删除node_modules文件夹

npm install rimraf -g

先安装删除工具,然后使用删除命令

rimraf node_modules
原文地址:https://www.cnblogs.com/tengrl/p/10815356.html