1.刪除使用者介面下的npmrc檔案(注意一定是使用者C:\Users\{賬戶}\下的.npmrc檔案下不是nodejs裡面)
2.清除快取,注意不要用npm cache clean --force,容易出現npm WARN using --force I sure hope you know what you are doing.要用:
npm cache verify
3.設定映象源:
npm config set registry https://registry.npmmirror.com
4.檢視下是否設定成功:
npm config get registry
5.執行npm install