Skip to content

Commit 408b72f

Browse files
peter--bolier--zerorvagg
authored andcommitted
doc(wiki): if ouns that the -h did not help. I founs on github that there was support for visual studio 2015, while i couldn't install node-red beacuse it kept telling me the key 2015 was missing. looking in he gyp python code i found the local file was bot up t dat with the github repo. updating took several efforts before i tried to drop the -g option.
1 parent 3c6692d commit 408b72f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Updating-npm's-bundled-node-gyp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ Now you can finally run:
4141

4242
``` bash
4343
$ npm install -g node-gyp@latest
44-
```
44+
```
45+
46+
note: i found that the -g on windows is not correct. It gets installed in C:\Users\<name>\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\...

0 commit comments

Comments
 (0)