npm报错:This is probably not a problem with npm,There is likely additional logging output above.

报错This is probably not a problem with npm. There is likely additional logging output above.

可能由于种种版本更新的原因需要执行下面的指令,重新安装依赖:

npm install

如果还是不可以的话,在把之前装的都清空,再重新安装依赖:

rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install

猜你喜欢

转载自blog.csdn.net/qq_36451496/article/details/89328588
NPM
今日推荐