diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2016-06-03 11:08:53 -0700 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-06-06 15:27:52 -0700 |
commit | 843d58fcbbec09cde5633e0bc5ab025d0a640204 (patch) | |
tree | 0c866d93e1bd243b18baccc59eca99bcef048274 /deps/npm/doc/cli/npm.md | |
parent | a32f7eb4bec1eb08f271d63f9f99dc322a6e1b6d (diff) | |
download | node-new-843d58fcbbec09cde5633e0bc5ab025d0a640204.tar.gz |
deps: upgrade npm to 3.9.5
PR-URL: https://github.com/nodejs/node/pull/7139
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/doc/cli/npm.md')
-rw-r--r-- | deps/npm/doc/cli/npm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/cli/npm.md b/deps/npm/doc/cli/npm.md index 31c9b18af7..ec867e5f9e 100644 --- a/deps/npm/doc/cli/npm.md +++ b/deps/npm/doc/cli/npm.md @@ -41,7 +41,7 @@ requires compiling of C++ Code, npm will use [node-gyp](https://github.com/TooTallNate/node-gyp) for that task. For a Unix system, [node-gyp](https://github.com/TooTallNate/node-gyp) needs Python, make and a buildchain like GCC. On Windows, -Python and Microsoft Visual Studio C++ is needed. Python 3 is +Python and Microsoft Visual Studio C++ are needed. Python 3 is not supported by [node-gyp](https://github.com/TooTallNate/node-gyp). For more information visit [the node-gyp repository](https://github.com/TooTallNate/node-gyp) and |