先用npm安装 rimraf 这个工具
cnpm i rimraf -D //或者 npm i rimraf -D
然后输入指令
rimraf node_modules
node_modules文件夹就会被秒删了,爽!