Yarn 和 NPM 切换淘宝镜像
日期: 2020-04-04 浏览量: 6999
npm
1. 查询当前镜像
npm get registry
2. 设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org/
3. 设置为官方镜像
npm config set registry https://registry.npmjs.org/
yarn
1. 查询当前镜像
yarn config get registry
2. 设置为淘宝镜像
yarn config set registry https://registry.npm.taobao.org/
3. 设置为官方镜像
yarn config set registry https://registry.yarnpkg.com
人活着,其实就是一种心态,你若觉得快乐,幸福无处不在;你为自己悲鸣,世界必将灰暗。
阅读排行
最新文章
联系方式
- 邮箱:m18811126599@163.com
- QQ:896956692