From 22e07cc0c12d331a0fc609a40dbb373ecab72319 Mon Sep 17 00:00:00 2001 From: Saikat Das Date: Thu, 27 Aug 2020 19:27:29 +0530 Subject: [PATCH] [readme] fix LTS upgrade command Edited the LTS upgrade scenario command to fix the issue discussed in #2271 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 688b30b..57029ab 100644 --- a/README.md +++ b/README.md @@ -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