一、Yarn 设置淘宝镜像
1.查询当前配置的镜像
yarn config get registry // 默认:https://registry.yarnpkg.com
2.设置成淘宝镜像
yarn config set registry http://registry.npm.taobao.org/
3.换成原来的
yarn config set registry http://registry.npmjs.org/
二、NPM设置淘宝镜像
1.查询当前配置的镜像
npm get registry
2.设置成淘宝镜像文章来源:https://www.toymoban.com/news/detail-521319.html
npm config set registry http://registry.npm.taobao.org/
3.换成原来的文章来源地址https://www.toymoban.com/news/detail-521319.html
npm config set registry https://registry.npmjs.org/
到了这里,关于yarn配置淘宝镜像的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!