From 9285ff6e451c52c070a05f05f0a9602621d91d53 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 1 Jun 2021 07:34:37 +0200 Subject: [PATCH] doc(wiki): Drop in favor of --- Updating-npm's-bundled-node-gyp.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Updating-npm's-bundled-node-gyp.md b/Updating-npm's-bundled-node-gyp.md index 91e5170a62..e153ad7a90 100644 --- a/Updating-npm's-bundled-node-gyp.md +++ b/Updating-npm's-bundled-node-gyp.md @@ -23,12 +23,6 @@ modify on current Windows. Therefore, run the following commands __inside a `cmd First we need to find the location of `node`. If you don't already know the location that `node.exe` got installed to, then run: ```bash -$ npm install -g which -$ which node -``` - -As an alternative to the above, those on Windows Server 2003 and later (this includes Windows 7) can run: -```bash $ where node ```