mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Merge 158bf545c1
into 9273f23bc8
This commit is contained in:
commit
e42c3b156e
@ -329,6 +329,13 @@ Afterwards, `nvm use`, `nvm install`, `nvm exec`, `nvm run`, and `nvm which` wil
|
|||||||
|
|
||||||
For example, to make nvm default to the latest 5.9 release, the latest LTS version, or the latest node version for the current directory:
|
For example, to make nvm default to the latest 5.9 release, the latest LTS version, or the latest node version for the current directory:
|
||||||
|
|
||||||
|
.nvmrc file:
|
||||||
|
```
|
||||||
|
5.9
|
||||||
|
```
|
||||||
|
|
||||||
|
Then:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ echo "5.9" > .nvmrc
|
$ echo "5.9" > .nvmrc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user