npm run build打包報錯 npm: should be >= 3.0.0

渣渣摩羯發表於2020-12-17

打包的時候報npm: should be >= 3.0.0,網上查需要升級,
這些升級方法都用了,還是不行
npm install -g npm
npm update -g npm
npm install npm@latest -g

就找到node資料夾下npm和cnpm檔案全部刪除
執行:npm install npm@latest -g,這樣就完美可以打包了

相關文章