1.清理換快取
npm cache clean --force
2.禁止安全連線
npm config set strict-ssl false
3.修改映象源
npm config set registry https://registry.npmjs.org
npm config set registry https://registry.npmmirror.com
4.檢視是否修改成功
npm config get registry
————————————————
版權宣告:本文為博主原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處連結和本宣告。
原文連結:https://blog.csdn.net/beishang_1/article/details/137779528