全局安装yarn
npm install yarn -g
给yarn设置淘宝镜像
yarn config set registry http://registry.npm.taobao.org/
查看镜像
yarn config get registry