// 用 npm 安装 yarn
npm i -g yarn
// 设置淘宝镜像
yarn config set registry https://registry.npm.taobao.com
// 配置环境变量
echo "PATH=$PATH:~/.yarn/bin" >> ~/.bash_profile && source .bash_profile
// 用 npm 安装 yarn
npm i -g yarn
// 设置淘宝镜像
yarn config set registry https://registry.npm.taobao.com
// 配置环境变量
echo "PATH=$PATH:~/.yarn/bin" >> ~/.bash_profile && source .bash_profile
本文标题:Mac安装yarn
本文链接:https://www.haomeiwen.com/subject/dojcmctx.html
网友评论