Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 520 Bytes

File metadata and controls

12 lines (9 loc) · 520 Bytes

Yarn

Installation

  • For installing yarn we will use Homebrew, but we will ask it to remove the node version it will automatically install, while leaving yarn in place.
    • brew install yarn
    • brew uninstall node --ignore-dependencies
  • This will actually break Homebrew, but we will fix it immediately, assuming you have just one version installed of NodeJS through nvm,
    • ln -s ~/.nvm/versions/node/ /usr/local/Cellar/

Reference