yarn config set registry https://registry.npm.taobao.org -g
时间: 2024-01-23 07:36:10 浏览: 207
codebox-npm:使用https:serverless.com的无服务器私有npm注册表
你好!对于你的问题,你可以使用以下命令将 Yarn 的全局注册表设置为淘宝镜像:
```shell
yarn config set registry https://registry.npm.taobao.org -g
```
这将把 Yarn 的全局注册表设置为淘宝镜像,以便在使用 Yarn 安装依赖时能够从淘宝镜像源获取包。希望能帮到你!如果还有其他问题,请继续提问。
阅读全文