Written by:
Alejandro Sanchez
There are several ways to install node on any mac, but my recommendation will be to install it using brew and nvm.
I think that is the best approach for several reasons:
According to the brew official website you only to paste need one command on the console:
1 $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1 $ brew install nvm
1$ mkdir -p ~/.nvm 2$ echo $'export NVM_DIR="$HOME/.nvm"\n. "/usr/local/opt/nvm/nvm.sh"' >> ~/.bash_profile
1$ source ~/.bash_profile
1$ nvm i 8
Please file an issue here and we will do our best to help you. You can also contribute and PR any updates you think should be made to this guide..