由于node_modules文件夹内存在大量文件,导致删除时非常缓慢。使用rimraf模块可以快速删除node_modules文件夹。
安装模块
npm install rimraf -g
进入项目目录,删除文件夹
rimraf node_modules