[Docs] Add note about what version of node new shells run with.

Fixes #2000
Eric Lewis 2019-02-22 10:04:13 -05:00 committed by Jordan Harband
parent e0d87528f3
commit 1ede50cbae
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ To install a specific version of node:
nvm install 6.14.4 # or 10.10.0, 8.9.1, etc nvm install 6.14.4 # or 10.10.0, 8.9.1, etc
``` ```
The first version installed becomes the default. New shells will start with the default version of node (e.g., `nvm alias default`).
You can list available versions using ls-remote: You can list available versions using ls-remote:
```sh ```sh