diff options
Diffstat (limited to 'deps/npm/man/man7/config.7')
-rw-r--r-- | deps/npm/man/man7/config.7 | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/deps/npm/man/man7/config.7 b/deps/npm/man/man7/config.7 index 43a9a41cd0..e92ee35211 100644 --- a/deps/npm/man/man7/config.7 +++ b/deps/npm/man/man7/config.7 @@ -995,22 +995,7 @@ Type: Boolean .RE .P -If true, then local installs will link if there is a suitable globally -installed package\. -.P -Note that this means that local installs can cause things to be installed -into the global space at the same time\. The link is only done if one of the -two conditions are met: -.RS 0 -.IP \(bu 2 -The package is not already installed globally, or -.IP \(bu 2 -the globally installed version is identical to the version that is being -installed locally\. - -.RE -.P -When used with \fBnpm ls\fP, only show packages that are linked\. +Used with \fBnpm ls\fP, limiting output to only those packages that are linked\. .SS \fBlocal\-address\fP .RS 0 .IP \(bu 2 @@ -1172,6 +1157,16 @@ when publishing or changing package permissions with \fBnpm access\fP\|\. .P If not set, and a registry response fails with a challenge for a one\-time password, npm will prompt on the command line for one\. +.SS \fBpack\-destination\fP +.RS 0 +.IP \(bu 2 +Default: "\." +.IP \(bu 2 +Type: String + +.RE +.P +Directory in which \fBnpm pack\fP will save tarballs\. .SS \fBpackage\fP .RS 0 .IP \(bu 2 @@ -1206,8 +1201,14 @@ Type: Boolean .RE .P -If set to true, it will update only the \fBpackage\-lock\.json\fP, instead of -checking \fBnode_modules\fP and downloading dependencies\. +If set to true, the current operation will only use the \fBpackage\-lock\.json\fP, +ignoring \fBnode_modules\fP\|\. +.P +For \fBupdate\fP this means only the \fBpackage\-lock\.json\fP will be updated, +instead of checking \fBnode_modules\fP and downloading dependencies\. +.P +For \fBlist\fP this means the output will be based on the tree described by the +\fBpackage\-lock\.json\fP, rather than the contents of \fBnode_modules\fP\|\. .SS \fBparseable\fP .RS 0 .IP \(bu 2 |