Last active
August 9, 2018 18:00
-
-
Save flushentitypacket/1ccacde6e06e8750398402f9ce99e4f0 to your computer and use it in GitHub Desktop.
Recommended way to set up node and yarn for Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assumes that you already have Homebrew installed. If not, do that! | |
# Helpful link: https://brew.sh/ | |
# Install nvm by following instructions at https://github.com/creationix/nvm | |
nvm install --lts # installs latest LTS version | |
brew install yarn --without-node # installs yarn, a node package manager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment