Install NVM with Homebrew

Published at

#nodejs

This TIL is more than a year old. Some details may have changed.

  • Install NVM brew install nvm

  • Add NVM folder mkdir ~/.nvm

  • Add config to .shell_profile export NVM_DIR="$HOME/.nvm" . "/usr/local/opt/nvm/nvm.sh"