Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorops+robot@npmjs.com <npm team>2022-04-15 00:57:02 +0300
committerLuigi Pinca <luigipinca@gmail.com>2022-04-17 08:27:48 +0300
commitc0d5f4b3d7a50703c7ededf1d6b1440cb37325ad (patch)
treea240caba9cc067e22766868ac67af8a50d6ca303 /deps/npm/docs/output/using-npm/config.html
parent20268c7aa51059e5884305f767748550cfd05279 (diff)
deps: upgrade npm to 8.7.0
PR-URL: https://github.com/nodejs/node/pull/42744 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'deps/npm/docs/output/using-npm/config.html')
-rw-r--r--deps/npm/docs/output/using-npm/config.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/npm/docs/output/using-npm/config.html b/deps/npm/docs/output/using-npm/config.html
index db165abd3f0..6f3f91bc3ba 100644
--- a/deps/npm/docs/output/using-npm/config.html
+++ b/deps/npm/docs/output/using-npm/config.html
@@ -761,6 +761,7 @@ This option can be used when it's desirable to optionally run a script when
it's present and fail if the script fails. This is useful, for example, when
running scripts that may only apply for some builds in an otherwise generic
CI setup.</p>
+<p>This value is not exported to the environment for child processes.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h4 id="ignore-scripts"><code>ignore-scripts</code></h4>
@@ -805,6 +806,7 @@ the order in which omit/include are specified on the command-line.</p>
<p>When false, specifying individual workspaces via the <code>workspace</code> config, or
all workspaces via the <code>workspaces</code> flag, will cause npm to operate only on
the specified workspaces, and not on the root project.</p>
+<p>This value is not exported to the environment for child processes.</p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h4 id="init-author-email"><code>init-author-email</code></h4>
@@ -1223,8 +1225,7 @@ access tokens with the <code>npm token create</code> command.</p>
<!-- raw HTML omitted -->
<h4 id="save"><code>save</code></h4>
<ul>
-<li>Default: <code>true</code> unless when using <code>npm update</code> or <code>npm dedupe</code> where it
-defaults to <code>false</code></li>
+<li>Default: <code>true</code> unless when using <code>npm update</code> where it defaults to <code>false</code></li>
<li>Type: Boolean</li>
</ul>
<p>Save installed packages to a <code>package.json</code> file as dependencies.</p>