[readme] fix LTS upgrade command
Edited the LTS upgrade scenario command to fix the issue discussed in #2271
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
|
To get the latest LTS version of node and migrate your existing installed packages, use
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nvm install --lts --reinstall-packages-from=current
|
nvm install 'lts/*' --reinstall-packages-from=current
|
||||||
```
|
```
|
||||||
|
|
||||||
### Migrating Global Packages While Installing
|
### Migrating Global Packages While Installing
|
||||||
|
|
Loading…
Reference in New Issue