- npm
//查詢當(dāng)前鏡像
npm get registry
// 設(shè)置為淘寶鏡像
npm config set registry https://registry.npm.taobao.org/
//設(shè)置為官方鏡像
npm config set registry https://registry.npmjs.org/
- yarn
//查詢當(dāng)前鏡像
yarn config get registry
// 設(shè)置為淘寶鏡像
yarn config set registry https://registry.npm.taobao.org/
//設(shè)置為官方鏡像
yarn config set registry https://registry.yarnpkg.com