File tree 1 file changed +5
-5
lines changed
docs/content/cli-commands
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ on a preinstalled git.
57
57
58
58
If one of the packages npm tries to install is a native node module and
59
59
requires compiling of C++ Code, npm will use
60
- [ node-gyp] ( https://github.com/TooTallNate /node-gyp ) for that task.
61
- For a Unix system, [ node-gyp] ( https://github.com/TooTallNate /node-gyp )
60
+ [ node-gyp] ( https://github.com/nodejs /node-gyp ) for that task.
61
+ For a Unix system, [ node-gyp] ( https://github.com/nodejs /node-gyp )
62
62
needs Python, make and a buildchain like GCC. On Windows,
63
63
Python and Microsoft Visual Studio C++ are needed. Python 3 is
64
- not supported by [ node-gyp] ( https://github.com/TooTallNate /node-gyp ) .
64
+ not supported by [ node-gyp] ( https://github.com/nodejs /node-gyp ) .
65
65
For more information visit
66
- [ the node-gyp repository] ( https://github.com/TooTallNate /node-gyp ) and
67
- the [ node-gyp Wiki] ( https://github.com/TooTallNate /node-gyp/wiki ) .
66
+ [ the node-gyp repository] ( https://github.com/nodejs /node-gyp ) and
67
+ the [ node-gyp Wiki] ( https://github.com/nodejs /node-gyp/wiki ) .
68
68
69
69
### Directories
70
70
You can’t perform that action at this time.
0 commit comments