yarn --version
查看版本号
yarn config set registry "https://registry.npm.taobao.org"
使用淘宝源作为镜像
yarn config get registry
当前下载安装使用的镜像
yarn global add '工具名'
全局安装工具
yarn add
局部安装
yarn --version
查看版本号
yarn config set registry "https://registry.npm.taobao.org"
使用淘宝源作为镜像
yarn config get registry
当前下载安装使用的镜像
yarn global add '工具名'
全局安装工具
yarn add
局部安装