npm
1、查看一下當(dāng)前源
npm config get registry
2、切換為淘寶源
npm config set registry https://registry.npm.taobao.org/
3、還原倉(cāng)庫(kù)地址
npm config set registry https://registry.npmjs.org/
yarn
1、查看一下當(dāng)前源
yarn config get registry
2、切換為淘寶源
yarn config set registry https://registry.npm.taobao.org
3、還原倉(cāng)庫(kù)地址
yarn config set registry https://registry.yarnpkg.com
————————————————
版權(quán)聲明:本文為CSDN博主「懂懂kkw」的原創(chuàng)文章,遵循 CC 4.0 BY-SA 版權(quán)協(xié)議,轉(zhuǎn)載請(qǐng)附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/jiandan1127/article/details/93417431