方法一:

npm install rimraf -g
rimraf node_modules

方法二:

rmdir /s/q your_app_dir

方法三:

 rm -f /node_modules

05-11 15:11