Skip to content

Instantly share code, notes, and snippets.

@ganapativs
Created July 5, 2018 11:25
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 ganapativs/249a4b2fa4d9f95ac7a3333ffec4d2f6 to your computer and use it in GitHub Desktop.
Save ganapativs/249a4b2fa4d9f95ac7a3333ffec4d2f6 to your computer and use it in GitHub Desktop.
MacOS - Install Node, NPM and Yarn
git clone https://github.com/tj/n.git n --depth=1
cd n
make install
cd ..
rm -rf n
n latest
npm install --global yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment