这个目录在windows上删除特别慢,跟中病毒似的。处理方法如下:
1.在全局安装rimraf模块:
npm install rimraf -g
2.然后通过其命令来快速删除node_modules目录:
rimraf node_modules