mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Adding "nvm alias default system" instruction
This commit is contained in:
parent
a09f225ec7
commit
e518eb09a9
@ -293,6 +293,12 @@ add-zsh-hook chpwd load-nvmrc
|
|||||||
load-nvmrc
|
load-nvmrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
In addition, run the following command to set the default node version in your shell to use the system-installed version of node, in case no .nvmrc file exist in the path we're accessing:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
nvm alias default system
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
nvm is released under the MIT license.
|
nvm is released under the MIT license.
|
||||||
|
Loading…
Reference in New Issue
Block a user