This commit is contained in:
Jinsu Mathew 2017-04-17 02:00:37 +00:00 committed by GitHub
commit 886db0fabc

View File

@ -276,6 +276,8 @@ To set a default Node version to be used in any new shell, use the alias 'defaul
nvm alias default node nvm alias default node
``` ```
This creates a symlink to the stable version for the Node or to the verison you can mention instead of stable, so you don't have to `nvm use` everytime you start a shell session.
To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`: To use a mirror of the node binaries, set `$NVM_NODEJS_ORG_MIRROR`:
```sh ```sh