Windows 系统快速删除 node_modules

81 阅读1分钟

快速方法

安装

全局安装一次:

npm install -g rimraf

使用

rimraf node_modules