From 64b13dd1082b6ca7eac4e8e329bfdd8cd8daf157 Mon Sep 17 00:00:00 2001 From: Spencer Wilson <5624115+spencerwilson@users.noreply.github.com> Date: Wed, 26 May 2021 15:39:23 -0700 Subject: [PATCH] docs: Drop stale Python 3<->node-gyp remark PR-URL: https://github.com/npm/cli/pull/3313 Credit: @spencerwilson Close: #3313 Reviewed-by: @wraithgar --- docs/content/commands/npm.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/content/commands/npm.md b/docs/content/commands/npm.md index 2d86aa62c0080..7ff1cc490707e 100644 --- a/docs/content/commands/npm.md +++ b/docs/content/commands/npm.md @@ -62,10 +62,8 @@ requires compiling of C++ Code, npm will use [node-gyp](https://github.com/nodejs/node-gyp) for that task. For a Unix system, [node-gyp](https://github.com/nodejs/node-gyp) needs Python, make and a buildchain like GCC. On Windows, -Python and Microsoft Visual Studio C++ are needed. Python 3 is -not supported by [node-gyp](https://github.com/nodejs/node-gyp). -For more information visit -[the node-gyp repository](https://github.com/nodejs/node-gyp) and +Python and Microsoft Visual Studio C++ are needed. For more information +visit [the node-gyp repository](https://github.com/nodejs/node-gyp) and the [node-gyp Wiki](https://github.com/nodejs/node-gyp/wiki). ### Directories