Yarn Installation
macOS
Homebrew
你可以通过 Homebrew package manager,这同时会安装 Node.js 如果没有安装的话。
$ brew update
$ brew install yarn
设置 Path 环境变量
你需要通过你的终端设置 Path
环境变量,使 Yarn 的执行包可以全局访问。
在你的配置文件(可能是你的 .profile
,.bashrc
,.zshrc
文件,等等。)里加入 export PATH="$PATH:yarn global bin"