diff --git a/Updating-npm's-bundled-node-gyp.md b/Updating-npm's-bundled-node-gyp.md index d593753aae..8dc7697276 100644 --- a/Updating-npm's-bundled-node-gyp.md +++ b/Updating-npm's-bundled-node-gyp.md @@ -43,4 +43,4 @@ Now you can finally run: $ npm install -g node-gyp@latest ``` -note: i found that the -g on windows is not correct. It gets installed in C:\Users\\AppData\Roaming\npm\node_modules\gyp which is not the directory where node is installed C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\... \ No newline at end of file +note: i found that the -g on windows 7 is not correct. It gets installed in C:\Users\\AppData\Roaming\npm\node_modules\gyp which is not the directory where node is installed C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\... \ No newline at end of file