美文网首页
Mac安装yarn

Mac安装yarn

作者: icaojinyu | 来源:发表于2019-10-12 19:54 被阅读0次
// 用 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