Mac安装yarn 设置镜像

安装
sudo cnpm install -g yarn

查看版本
yarn -v

查询当前镜像
yarn config get registry

设置为淘宝镜像
yarn config set registry https://registry.npm.taobao.org/

设置为官方镜像
yarn config set registry https://registry.yarnpkg.com

发布了41 篇原创文章 · 获赞 2 · 访问量 1836

猜你喜欢

转载自blog.csdn.net/weixin_43883485/article/details/104896968