Yarn && npm设置镜像源

yarn

yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global

npm

npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global

猜你喜欢

转载自www.cnblogs.com/tangyouwei/p/10313723.html