brew update
brew install nvm
mkdir ~/.nvm
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
brew updatebrew install nvm
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
$ brew update
$ brew install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
export NVM_DIR=~/.nvmsource $(brew --prefix nvm)/nvm.sh
nvm ls-remote
nvm install 11
brew uninstall --ignore-dependencies nodebrew uninstall --force node
mkdir ~/.nvm
nvm use 11
jamesauble@James-MacBook-Air:$ echo $NVM_DIR/Users/jamesauble/.nvm