Created
July 5, 2018 11:25
-
-
Save ganapativs/249a4b2fa4d9f95ac7a3333ffec4d2f6 to your computer and use it in GitHub Desktop.
MacOS - Install Node, NPM and Yarn
This file contains 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
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