Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 294 Bytes

yarn-cheat-sheet.md

File metadata and controls

16 lines (11 loc) · 294 Bytes

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