npm ERR! This is probably not a
2020-01-07 本文已影响0人
云凡的云凡
bug图片
可能由于种种版本更新的原因需要执行
npm install
重新安装一次,如果还是不可以的话,在把之前装的都清空
rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install
可能由于种种版本更新的原因需要执行
npm install
重新安装一次,如果还是不可以的话,在把之前装的都清空
rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install