From 8a83b36688e270e460803ab842e3333393b523c7 Mon Sep 17 00:00:00 2001 From: Michael Di Prisco Date: Fri, 6 Oct 2023 02:36:26 +0200 Subject: [PATCH] [readme] missing parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7d4c4..ae9b63c 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ or, you can at any time run the following command to get the latest supported np nvm install-latest-npm ``` -If you've already gotten an error to the effect of "npm does not support Node.js", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use `, (2) delete the newly created node version (`nvm uninstall `), then (3) rerun your `nvm install` with the `--latest-npm` flag. +If you've already gotten an error to the effect of "npm does not support Node.js", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use `), (2) delete the newly created node version (`nvm uninstall `), then (3) rerun your `nvm install` with the `--latest-npm` flag. ### Default Global Packages From File While Installing