Browse Source

[readme] fix LTS upgrade command

Edited the LTS upgrade scenario command to fix the issue discussed in #2271
Saikat Das 5 years ago committed by Jordan Harband
parent
commit
22e07cc0c1
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
  1. 2
      README.md

2
README.md

@ -293,7 +293,7 @@ Any time your local copy of `nvm` connects to https://nodejs.org, it will re-cre @@ -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…
Cancel
Save