Skip to content

Commit 64b13dd

Browse files
spencerwilsonwraithgar
authored andcommitted
docs: Drop stale Python 3<->node-gyp remark
PR-URL: #3313 Credit: @spencerwilson Close: #3313 Reviewed-by: @wraithgar
1 parent 399ff8c commit 64b13dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/content/commands/npm.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ requires compiling of C++ Code, npm will use
6262
[node-gyp](https://github.com/nodejs/node-gyp) for that task.
6363
For a Unix system, [node-gyp](https://github.com/nodejs/node-gyp)
6464
needs Python, make and a buildchain like GCC. On Windows,
65-
Python and Microsoft Visual Studio C++ are needed. Python 3 is
66-
not supported by [node-gyp](https://github.com/nodejs/node-gyp).
67-
For more information visit
68-
[the node-gyp repository](https://github.com/nodejs/node-gyp) and
65+
Python and Microsoft Visual Studio C++ are needed. For more information
66+
visit [the node-gyp repository](https://github.com/nodejs/node-gyp) and
6967
the [node-gyp Wiki](https://github.com/nodejs/node-gyp/wiki).
7068

7169
### Directories

0 commit comments

Comments
 (0)