Skip to content

Commit 8fd7eec

Browse files
authoredMay 3, 2022
docs: remove incorrect v6 auto prune info (#4845)
As of npm@7, extraneous modules are always auto pruned
1 parent 29d301a commit 8fd7eec

File tree

10 files changed

+0
-40
lines changed

10 files changed

+0
-40
lines changed
 

‎docs/content/commands/npm-dedupe.md

-4
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ this warning is treated as a failure.
147147
If set to false, then ignore `package-lock.json` files when installing. This
148148
will also prevent _writing_ `package-lock.json` if `save` is true.
149149
150-
When package package-locks are disabled, automatic pruning of extraneous
151-
modules will also be disabled. To remove extraneous modules with
152-
package-locks disabled use `npm prune`.
153-
154150
This configuration does not affect `npm ci`.
155151
156152
<!-- automatically generated, do not edit manually -->

‎docs/content/commands/npm-find-dupes.md

-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ this warning is treated as a failure.
8787
If set to false, then ignore `package-lock.json` files when installing. This
8888
will also prevent _writing_ `package-lock.json` if `save` is true.
8989

90-
When package package-locks are disabled, automatic pruning of extraneous
91-
modules will also be disabled. To remove extraneous modules with
92-
package-locks disabled use `npm prune`.
93-
9490
This configuration does not affect `npm ci`.
9591

9692
<!-- automatically generated, do not edit manually -->

‎docs/content/commands/npm-install-test.md

-4
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ this warning is treated as a failure.
162162
If set to false, then ignore `package-lock.json` files when installing. This
163163
will also prevent _writing_ `package-lock.json` if `save` is true.
164164

165-
When package package-locks are disabled, automatic pruning of extraneous
166-
modules will also be disabled. To remove extraneous modules with
167-
package-locks disabled use `npm prune`.
168-
169165
This configuration does not affect `npm ci`.
170166

171167
<!-- automatically generated, do not edit manually -->

‎docs/content/commands/npm-install.md

-4
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,6 @@ this warning is treated as a failure.
552552
If set to false, then ignore `package-lock.json` files when installing. This
553553
will also prevent _writing_ `package-lock.json` if `save` is true.
554554
555-
When package package-locks are disabled, automatic pruning of extraneous
556-
modules will also be disabled. To remove extraneous modules with
557-
package-locks disabled use `npm prune`.
558-
559555
This configuration does not affect `npm ci`.
560556
561557
<!-- automatically generated, do not edit manually -->

‎docs/content/commands/npm-link.md

-4
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ this warning is treated as a failure.
224224
If set to false, then ignore `package-lock.json` files when installing. This
225225
will also prevent _writing_ `package-lock.json` if `save` is true.
226226

227-
When package package-locks are disabled, automatic pruning of extraneous
228-
modules will also be disabled. To remove extraneous modules with
229-
package-locks disabled use `npm prune`.
230-
231227
This configuration does not affect `npm ci`.
232228

233229
<!-- automatically generated, do not edit manually -->

‎docs/content/commands/npm-update.md

-4
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,6 @@ this warning is treated as a failure.
280280
If set to false, then ignore `package-lock.json` files when installing. This
281281
will also prevent _writing_ `package-lock.json` if `save` is true.
282282

283-
When package package-locks are disabled, automatic pruning of extraneous
284-
modules will also be disabled. To remove extraneous modules with
285-
package-locks disabled use `npm prune`.
286-
287283
This configuration does not affect `npm ci`.
288284

289285
<!-- automatically generated, do not edit manually -->

‎docs/content/using-npm/config.md

-4
Original file line numberDiff line numberDiff line change
@@ -1219,10 +1219,6 @@ The package to install for [`npm exec`](/commands/npm-exec)
12191219
If set to false, then ignore `package-lock.json` files when installing. This
12201220
will also prevent _writing_ `package-lock.json` if `save` is true.
12211221

1222-
When package package-locks are disabled, automatic pruning of extraneous
1223-
modules will also be disabled. To remove extraneous modules with
1224-
package-locks disabled use `npm prune`.
1225-
12261222
This configuration does not affect `npm ci`.
12271223

12281224
<!-- automatically generated, do not edit manually -->

‎lib/utils/config/definitions.js

-4
Original file line numberDiff line numberDiff line change
@@ -1448,10 +1448,6 @@ define('package-lock', {
14481448
This will also prevent _writing_ \`package-lock.json\` if \`save\` is
14491449
true.
14501450
1451-
When package package-locks are disabled, automatic pruning of extraneous
1452-
modules will also be disabled. To remove extraneous modules with
1453-
package-locks disabled use \`npm prune\`.
1454-
14551451
This configuration does not affect \`npm ci\`.
14561452
`,
14571453
flatten: (key, obj, flatOptions) => {

‎tap-snapshots/test/lib/utils/config/definitions.js.test.cjs

-4
Original file line numberDiff line numberDiff line change
@@ -1302,10 +1302,6 @@ exports[`test/lib/utils/config/definitions.js TAP > config description for packa
13021302
If set to false, then ignore \`package-lock.json\` files when installing. This
13031303
will also prevent _writing_ \`package-lock.json\` if \`save\` is true.
13041304
1305-
When package package-locks are disabled, automatic pruning of extraneous
1306-
modules will also be disabled. To remove extraneous modules with
1307-
package-locks disabled use \`npm prune\`.
1308-
13091305
This configuration does not affect \`npm ci\`.
13101306
`
13111307

‎tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs

-4
Original file line numberDiff line numberDiff line change
@@ -1093,10 +1093,6 @@ The package to install for [\`npm exec\`](/commands/npm-exec)
10931093
If set to false, then ignore \`package-lock.json\` files when installing. This
10941094
will also prevent _writing_ \`package-lock.json\` if \`save\` is true.
10951095
1096-
When package package-locks are disabled, automatic pruning of extraneous
1097-
modules will also be disabled. To remove extraneous modules with
1098-
package-locks disabled use \`npm prune\`.
1099-
11001096
This configuration does not affect \`npm ci\`.
11011097
11021098
<!-- automatically generated, do not edit manually -->

0 commit comments

Comments
 (0)
Please sign in to comment.