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
Created
May 25, 2019 07:29
-
-
Save saggie/20694f1d0e0d537aa2f6a474dd9af1cd to your computer and use it in GitHub Desktop.
Installing Node.js on Mac by nodebrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment