aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2016-06-03 11:08:53 -0700
committerMyles Borins <mborins@us.ibm.com>2016-06-06 15:27:52 -0700
commit843d58fcbbec09cde5633e0bc5ab025d0a640204 (patch)
tree0c866d93e1bd243b18baccc59eca99bcef048274 /deps/npm/doc/cli
parenta32f7eb4bec1eb08f271d63f9f99dc322a6e1b6d (diff)
downloadandroid-node-v8-843d58fcbbec09cde5633e0bc5ab025d0a640204.tar.gz
android-node-v8-843d58fcbbec09cde5633e0bc5ab025d0a640204.tar.bz2
android-node-v8-843d58fcbbec09cde5633e0bc5ab025d0a640204.zip
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')
-rw-r--r--deps/npm/doc/cli/npm.md2
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