summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm.1')
-rw-r--r--deps/npm/man/man1/npm.118
1 files changed, 16 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1
index dd60a59ae..7e941b866 100644
--- a/deps/npm/man/man1/npm.1
+++ b/deps/npm/man/man1/npm.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM" "1" "May 2014" "" ""
+.TH "NPM" "1" "June 2014" "" ""
.
.SH "NAME"
\fBnpm\fR \-\- node package manager
@@ -14,7 +14,7 @@ npm <command> [args]
.fi
.
.SH "VERSION"
-1.4.10
+1.4.14
.
.SH "DESCRIPTION"
npm is the package manager for the Node JavaScript platform\. It puts
@@ -39,6 +39,20 @@ npm help Use \fBnpm install blerg\fR to install the latest version of "blerg"\.
Use the \fBnpm search\fR command to show everything that\'s available\.
Use \fBnpm ls\fR to show everything you\'ve installed\.
.
+.SH "DEPENDENCIES"
+If a package references to another package with a git URL, npm depends
+on a preinstalled git\.
+.
+.P
+If one of the packages npm tries to install is a native node module and
+requires compiling of C++ Code, npm will use node\-gyp \fIhttps://github\.com/TooTallNate/node\-gyp\fR for that task\.
+For a Unix system, node\-gyp \fIhttps://github\.com/TooTallNate/node\-gyp\fR
+needs Python, make and a buildchain like GCC\. On Windows,
+Python and Microsoft Visual Studio C++ is needed\. Python 3 is
+not supported by node\-gyp \fIhttps://github\.com/TooTallNate/node\-gyp\fR\|\.
+For more information visit the node\-gyp repository \fIhttps://github\.com/TooTallNate/node\-gyp\fR and
+the node\-gyp Wiki \fIhttps://github\.com/TooTallNate/node\-gyp/wiki\fR\|\.
+.
.SH "DIRECTORIES"
npm help See \fBnpm\-folders\fR to learn about where npm puts stuff\.
.