diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2016-12-18 20:22:09 -0800 |
---|---|---|
committer | Myles Borins <myles.borins@gmail.com> | 2016-12-28 15:30:50 -0500 |
commit | 9946519fba73687d34dccd5813808252a1973f3c (patch) | |
tree | 74d7194d2a00743bcd905027195e7e8000c5ac5a /deps/npm/man/man1/npm-install.1 | |
parent | 4d3b487b791606ea965f6280ce0eeea03d79b660 (diff) | |
download | node-new-9946519fba73687d34dccd5813808252a1973f3c.tar.gz |
deps: upgrade npm to 4.0.5
PR-URL: https://github.com/nodejs/node/pull/10330
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-install.1')
-rw-r--r-- | deps/npm/man/man1/npm-install.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-install.1 b/deps/npm/man/man1/npm-install.1 index 3b2058025f..bacdea8c0e 100644 --- a/deps/npm/man/man1/npm-install.1 +++ b/deps/npm/man/man1/npm-install.1 @@ -1,4 +1,4 @@ -.TH "NPM\-INSTALL" "1" "November 2016" "" "" +.TH "NPM\-INSTALL" "1" "December 2016" "" "" .SH "NAME" \fBnpm-install\fR \- Install a package .SH SYNOPSIS @@ -403,6 +403,10 @@ See npm help 5 folders for a more detailed description of the specific folder structures that npm creates\. .SS Limitations of npm's Install Algorithm .P +npm will refuse to install any package with an identical name to the +current package\. This can be overridden with the \fB\-\-force\fP flag, but in +most cases can simply be addressed by changing the local package name\. +.P There are some very rare and pathological edge\-cases where a cycle can cause npm to try to install a never\-ending tree of packages\. Here is the simplest case: @@ -448,7 +452,7 @@ npm help 5 npmrc .IP \(bu 2 npm help 7 registry .IP \(bu 2 -npm help tag +npm help dist\-tag .IP \(bu 2 npm help uninstall .IP \(bu 2 |