From 0fad5ec5755c0519ff30182b69761c84abca9f2b Mon Sep 17 00:00:00 2001 From: Arshath Date: Fri, 5 Feb 2021 19:45:26 +0530 Subject: [PATCH] [readme] quote asterisk in shell command on `--latest-npm` example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffc28f..cc6054d 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ Note that reinstalling packages _explicitly does not update the npm version_ — To update npm at the same time add the `--latest-npm` flag, like this: ```sh -nvm install lts/* --reinstall-packages-from=default --latest-npm +nvm install 'lts/*' --reinstall-packages-from=default --latest-npm ``` or, you can at any time run the following command to get the latest supported npm version on the current node version: