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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-05-04 02:43:44 +0300
committerGitHub <noreply@github.com>2022-05-04 02:43:44 +0300
commit8fd7eec8ef76224dd8a9874a1044a0cc8f5e1c49 (patch)
tree2e75c06e522e22c4db4fe15e5d4a69537d2a312f /docs/content
parent29d301a3717e89ede6fd3e35019e5dd81c519ac3 (diff)
docs: remove incorrect v6 auto prune info (#4845)
As of npm@7, extraneous modules are always auto pruned
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/commands/npm-dedupe.md4
-rw-r--r--docs/content/commands/npm-find-dupes.md4
-rw-r--r--docs/content/commands/npm-install-test.md4
-rw-r--r--docs/content/commands/npm-install.md4
-rw-r--r--docs/content/commands/npm-link.md4
-rw-r--r--docs/content/commands/npm-update.md4
-rw-r--r--docs/content/using-npm/config.md4
7 files changed, 0 insertions, 28 deletions
diff --git a/docs/content/commands/npm-dedupe.md b/docs/content/commands/npm-dedupe.md
index f816b9943..570e01834 100644
--- a/docs/content/commands/npm-dedupe.md
+++ b/docs/content/commands/npm-dedupe.md
@@ -147,10 +147,6 @@ this warning is treated as a failure.
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-find-dupes.md b/docs/content/commands/npm-find-dupes.md
index a92c57bd7..4da6c296c 100644
--- a/docs/content/commands/npm-find-dupes.md
+++ b/docs/content/commands/npm-find-dupes.md
@@ -87,10 +87,6 @@ this warning is treated as a failure.
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-install-test.md b/docs/content/commands/npm-install-test.md
index 931ff0507..3dd860ea5 100644
--- a/docs/content/commands/npm-install-test.md
+++ b/docs/content/commands/npm-install-test.md
@@ -162,10 +162,6 @@ this warning is treated as a failure.
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md
index 5cf3b0326..445772f03 100644
--- a/docs/content/commands/npm-install.md
+++ b/docs/content/commands/npm-install.md
@@ -552,10 +552,6 @@ this warning is treated as a failure.
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-link.md b/docs/content/commands/npm-link.md
index fb2b23921..975c807c3 100644
--- a/docs/content/commands/npm-link.md
+++ b/docs/content/commands/npm-link.md
@@ -224,10 +224,6 @@ this warning is treated as a failure.
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-update.md b/docs/content/commands/npm-update.md
index 394773214..421d04ca3 100644
--- a/docs/content/commands/npm-update.md
+++ b/docs/content/commands/npm-update.md
@@ -280,10 +280,6 @@ this warning is treated as a failure.
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index ba79dd505..4dc282982 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -1219,10 +1219,6 @@ The package to install for [`npm exec`](/commands/npm-exec)
If set to false, then ignore `package-lock.json` files when installing. This
will also prevent _writing_ `package-lock.json` if `save` is true.
-When package package-locks are disabled, automatic pruning of extraneous
-modules will also be disabled. To remove extraneous modules with
-package-locks disabled use `npm prune`.
-
This configuration does not affect `npm ci`.
<!-- automatically generated, do not edit manually -->