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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章