Skip to content

Instantly share code, notes, and snippets.

@zpao
Created January 22, 2015 01:41
Show Gist options
  • Save zpao/355d7f9edbbdda1fd233 to your computer and use it in GitHub Desktop.
Save zpao/355d7f9edbbdda1fd233 to your computer and use it in GitHub Desktop.
==> Caveats
Add the following to $HOME/.bashrc, $HOME/.zshrc, or your shell's
equivalent configuration file:
source $(brew --prefix nvm)/nvm.sh
Node installs will be lost upon upgrading nvm. Add the following above
the source line to move install location and prevent this:
export NVM_DIR=~/.nvm
You may need to `mkdir ~/.nvm` for that to work successfully.
Type `nvm help` for further information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment