mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[readme] fix LTS upgrade command
Edited the LTS upgrade scenario command to fix the issue discussed in #2271
This commit is contained in:
parent
cf92956e5d
commit
22e07cc0c1
@ -293,7 +293,7 @@ Any time your local copy of `nvm` connects to https://nodejs.org, it will re-cre
|
||||
To get the latest LTS version of node and migrate your existing installed packages, use
|
||||
|
||||
```sh
|
||||
nvm install --lts --reinstall-packages-from=current
|
||||
nvm install 'lts/*' --reinstall-packages-from=current
|
||||
```
|
||||
|
||||
### Migrating Global Packages While Installing
|
||||
|
Loading…
Reference in New Issue
Block a user