diff options
Diffstat (limited to 'deps/npm/man/man1/install.1')
-rw-r--r-- | deps/npm/man/man1/install.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deps/npm/man/man1/install.1 b/deps/npm/man/man1/install.1 index 28cfc16b04..96676562c0 100644 --- a/deps/npm/man/man1/install.1 +++ b/deps/npm/man/man1/install.1 @@ -21,7 +21,9 @@ npm install <name>@<version range> .fi . .SH "DESCRIPTION" -This command installs a package, and any packages that it depends on\. +This command installs a package, and any packages that it depends on\. If the +package has a shrinkwrap file, the installation of dependencies will be driven +by that\. See npm help shrinkwrap\. . .P A \fBpackage\fR is: @@ -370,5 +372,8 @@ npm help tag .IP "\(bu" 4 npm help rm . +.IP "\(bu" 4 +npm help shrinkwrap +. .IP "" 0 |