查看镜像源
yarn config get registry
设置镜像源
选择淘宝镜像源
yarn config set registry https://registry.npm.taobao.org
遇到的坑
- vscode工具终端设置镜像源无效
解决办法:退出工具,在系统终端设置
-
yarn install
无效
镜像源在当前目录下的.yarnrc
文件下设置,只需要更改如下:
registry "https://registry.npm.taobao.org"
yarn config get registry
选择淘宝镜像源
yarn config set registry https://registry.npm.taobao.org
解决办法:退出工具,在系统终端设置
yarn install
无效镜像源在当前目录下的.yarnrc
文件下设置,只需要更改如下:
registry "https://registry.npm.taobao.org"
本文标题:yarn镜像源更改和安装注意
本文链接:https://www.haomeiwen.com/subject/trrajctx.html
网友评论