快速删除node_modules

132 阅读1分钟

1、全局安装 npm install rimraf -g

2、删除文件 rimraf node_modules