diff options
Diffstat (limited to 'deps/npm/docs/output/commands/npm-find-dupes.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-find-dupes.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/npm/docs/output/commands/npm-find-dupes.html b/deps/npm/docs/output/commands/npm-find-dupes.html index 8625c3d098..c5685458d9 100644 --- a/deps/npm/docs/output/commands/npm-find-dupes.html +++ b/deps/npm/docs/output/commands/npm-find-dupes.html @@ -146,8 +146,14 @@ npm command-line interface </section> <div id="_content"><h3 id="synopsis">Synopsis</h3> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <pre lang="bash"><code>npm find-dupes </code></pre> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="description">Description</h3> <p>Runs <code>npm dedupe</code> in <code>--dry-run</code> mode, making npm only output the duplications, without actually changing the package tree.</p> @@ -207,6 +213,7 @@ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save< <p>When package package-locks are disabled, automatic pruning of extraneous modules will also be disabled. To remove extraneous modules with package-locks disabled use <code>npm prune</code>.</p> +<p>This configuration does not affect <code>npm ci</code>.</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h4 id="omit"><code>omit</code></h4> |