快速删除node_module

方法一:

npm install rimraf -g
rimraf node_modules

方法二:

rmdir /s/q your_app_dir

方法三:

rm -f /node_modules

猜你喜欢

转载自www.cnblogs.com/lin137/p/12893521.html
今日推荐