-
-
Save zpao/355d7f9edbbdda1fd233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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