node踩坑之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

posted @ 2019-04-23 10:42  割肉机  阅读(20046)  评论(0编辑  收藏  举报