设置新淘宝源

119 阅读1分钟
// npm设置新淘宝源
npm config set registry https://registry.npmmirror.com
// npm设置回本源
npm config set registry https://registry.npmjs.org
// yarn设置淘宝源
yarn config set registry https://registry.npmmirror.com
// yarn 设置回本源
yarn config set registry https://registry.yarnpkg.com/