Mac安装yarn

2019-10-12  本文已影响0人  icaojinyu
// 用 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
上一篇下一篇

猜你喜欢

热点阅读