@@ -195,7 +195,7 @@ safer to use a registry-provided authentication bearer token stored in the
195
195
If you do not want your scoped package to be publicly viewable (and
196
196
installable) set \`--access=restricted\`.
197
197
198
- Unscoped packages can not be set to \`restricted\`.
198
+ Unscoped packages cannot be set to \`restricted\`.
199
199
200
200
Note: This defaults to not changing the current access level for existing
201
201
packages. Specifying a value of \`restricted\` or \`public\` during publish will
@@ -405,7 +405,7 @@ are same as \`cpu\` field of package.json, which comes from \`process.arch\`.
405
405
406
406
#### \`depth\`
407
407
408
- * Default: \`Infinity\` if \`--all\` is set, otherwise \`0\`
408
+ * Default: \`Infinity\` if \`--all\` is set; otherwise, \`0\`
409
409
* Type: null or Number
410
410
411
411
The depth to go when recursing packages for \`npm ls\`.
@@ -544,7 +544,7 @@ This can be overridden by setting the \`--force\` flag.
544
544
545
545
Tells to expect a specific number of results from the command.
546
546
547
- This config can not be used with: \`expect-results\`
547
+ This config cannot be used with: \`expect-results\`
548
548
549
549
#### \`expect-results\`
550
550
@@ -554,7 +554,7 @@ This config can not be used with: \`expect-results\`
554
554
Tells npm whether or not to expect results from the command. Can be either
555
555
true (expect some results) or false (expect no results).
556
556
557
- This config can not be used with: \`expect-result-count\`
557
+ This config cannot be used with: \`expect-result-count\`
558
558
559
559
#### \`fetch-retries\`
560
560
@@ -992,8 +992,8 @@ instead of the current working directory. See
992
992
993
993
#### \`lockfile-version\`
994
994
995
- * Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3,
996
- otherwise maintain current lockfile version.
995
+ * Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3;
996
+ otherwise, maintain current lockfile version.
997
997
* Type: null, 1, 2, 3, "1", "2", or "3"
998
998
999
999
Set the lockfile format version to be used in package-lock.json and
@@ -1129,7 +1129,7 @@ allow the CLI to fill in missing cache data, see \`--prefer-offline\`.
1129
1129
#### \`omit\`
1130
1130
1131
1131
* Default: 'dev' if the \`NODE_ENV\` environment variable is set to
1132
- 'production', otherwise empty.
1132
+ 'production'; otherwise, empty.
1133
1133
* Type: "dev", "optional", or "peer" (can be set multiple times)
1134
1134
1135
1135
Dependency types to omit from the installation tree on disk.
@@ -1309,7 +1309,7 @@ Set to \`false\` to suppress the progress bar.
1309
1309
When publishing from a supported cloud CI/CD system, the package will be
1310
1310
publicly linked to where it was built and published from.
1311
1311
1312
- This config can not be used with: \`provenance-file\`
1312
+ This config cannot be used with: \`provenance-file\`
1313
1313
1314
1314
#### \`provenance-file\`
1315
1315
@@ -1318,7 +1318,7 @@ This config can not be used with: \`provenance-file\`
1318
1318
1319
1319
When publishing, the provenance bundle at the given path will be used.
1320
1320
1321
- This config can not be used with: \`provenance\`
1321
+ This config cannot be used with: \`provenance\`
1322
1322
1323
1323
#### \`proxy\`
1324
1324
@@ -1410,7 +1410,7 @@ Ignored if \`--save-peer\` is set, since peerDependencies cannot be bundled.
1410
1410
1411
1411
Save installed packages to a package.json file as \`devDependencies\`.
1412
1412
1413
- This config can not be used with: \`save-optional\`, \`save-peer\`, \`save-prod\`
1413
+ This config cannot be used with: \`save-optional\`, \`save-peer\`, \`save-prod\`
1414
1414
1415
1415
#### \`save-exact\`
1416
1416
@@ -1429,7 +1429,7 @@ rather than using npm's default semver range operator.
1429
1429
1430
1430
Save installed packages to a package.json file as \`optionalDependencies\`.
1431
1431
1432
- This config can not be used with: \`save-dev\`, \`save-peer\`, \`save-prod\`
1432
+ This config cannot be used with: \`save-dev\`, \`save-peer\`, \`save-prod\`
1433
1433
1434
1434
#### \`save-peer\`
1435
1435
@@ -1438,7 +1438,7 @@ This config can not be used with: \`save-dev\`, \`save-peer\`, \`save-prod\`
1438
1438
1439
1439
Save installed packages to a package.json file as \`peerDependencies\`
1440
1440
1441
- This config can not be used with: \`save-dev\`, \`save-optional\`, \`save-prod\`
1441
+ This config cannot be used with: \`save-dev\`, \`save-optional\`, \`save-prod\`
1442
1442
1443
1443
#### \`save-prefix\`
1444
1444
@@ -1467,7 +1467,7 @@ you want to move it to be a non-optional production dependency.
1467
1467
This is the default behavior if \`--save\` is true, and neither \`--save-dev\`
1468
1468
or \`--save-optional\` are true.
1469
1469
1470
- This config can not be used with: \`save-dev\`, \`save-optional\`, \`save-peer\`
1470
+ This config cannot be used with: \`save-dev\`, \`save-optional\`, \`save-peer\`
1471
1471
1472
1472
#### \`sbom-format\`
1473
1473
0 commit comments