diff --git a/Updating-npm's-bundled-node-gyp.md b/Updating-npm's-bundled-node-gyp.md index 0f512d37b0..25fd1c3b28 100644 --- a/Updating-npm's-bundled-node-gyp.md +++ b/Updating-npm's-bundled-node-gyp.md @@ -40,5 +40,5 @@ $ cd "C:\Program Files\nodejs\node_modules\npm" Now you can finally run: ``` bash -$ npm install node-gyp@latest +$ npm install -g node-gyp@latest ``` \ No newline at end of file