Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save saggie/20694f1d0e0d537aa2f6a474dd9af1cd to your computer and use it in GitHub Desktop.

Select an option

Save saggie/20694f1d0e0d537aa2f6a474dd9af1cd to your computer and use it in GitHub Desktop.
Installing Node.js on Mac by nodebrew
brew install nodebrew
/usr/local/opt/nodebrew/bin/nodebrew setup_dirs
echo 'export PATH=$HOME/.nodebrew/current/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
nodebrew setup
nodebrew -help
nodebrew ls-all
nodebrew install-binary v10.15.3
nodebrew use v10.15.3
node
> .exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment