Yarn Cheat Sheet

This document describes how to use HomeBrew to install and upgrade yarn in environments that are using the Node Version Manager (nvm).

Installing yarn

$ brew install yarn --without-node

Upgrading yarn

$ brew upgrade yarn --without-node