From d31485415ef69d46effa6090c95698341965de1b Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 2 Jun 2021 21:58:36 +0200 Subject: [PATCH] doc(wiki): Updated Updating npm's bundled node gyp (markdown) --- Updating-npm's-bundled-node-gyp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updating-npm's-bundled-node-gyp.md b/Updating-npm's-bundled-node-gyp.md index 7591ffbfd3..36d36733f0 100644 --- a/Updating-npm's-bundled-node-gyp.md +++ b/Updating-npm's-bundled-node-gyp.md @@ -50,7 +50,7 @@ If your npm version is ___7___, do: cd node_modules\npm\node_modules\@npmcli\run-script ``` -If your npm version is ___less than 7___, do: +Else if your npm version is ___less than 7___, do: ```bash cd node_modules\npm\node_modules\npm-lifecycle ```