• 全局安装rimraf
npm install rimraf -g
  • 到你的项目根目录下(即有node_modules的目录),执行命令
rimraf node_modules

快速的删除node_modules文件夹,完成