Skip to content

Instantly share code, notes, and snippets.

@flushentitypacket
Last active August 9, 2018 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushentitypacket/1ccacde6e06e8750398402f9ce99e4f0 to your computer and use it in GitHub Desktop.
Save flushentitypacket/1ccacde6e06e8750398402f9ce99e4f0 to your computer and use it in GitHub Desktop.
Recommended way to set up node and yarn for Mac
# 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