使用YARN修改中国镜像

官网地址 下载安装

https://yarnpkg.com/zh-Hans/

 

查看仓库使用地址

yarn config set registry

设置为淘宝镜像

yarn config set registry 'https://registry.npm.taobao.org'

安装 类似于 npm install

yarn install

原文地址:https://www.cnblogs.com/yafei236/p/7251005.html