解決npm install 報錯,親測有效

吧啦吧啦大灰狼發表於2019-08-14

npm install 報錯的情況下可以先清理快取:npm cache clean --force
然後升級版本:npm install -g npm
重新安裝: npm install -g cnpm --registry=http://registry.npm.taobao.org
一次不行可以反覆幾次,就可以進行npm install操作了,親測有效

相關文章