@@ -969,8 +969,6 @@ The package or packages to install for [\`npm exec\`](/commands/npm-exec)
969
969
If set to false, then ignore \`package-lock.json\` files when installing. This
970
970
will also prevent _writing_ \`package-lock.json\` if \`save\` is true.
971
971
972
- This configuration does not affect \`npm ci\`.
973
-
974
972
#### \`package-lock-only\`
975
973
976
974
* Default: false
@@ -2215,8 +2213,8 @@ npm ci
2215
2213
Options:
2216
2214
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
2217
2215
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
2218
- [--strict-peer-deps] [--no-package-lock ] [--foreground -scripts]
2219
- [--ignore-scripts] [--no-audit] [-- no-bin-links] [--no-fund] [--dry-run]
2216
+ [--strict-peer-deps] [--foreground-scripts ] [--ignore -scripts] [--no-audit ]
2217
+ [--no-bin-links] [--no-fund] [--dry-run]
2220
2218
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
2221
2219
[-ws|--workspaces] [--include-workspace-root] [--install-links]
2222
2220
@@ -2235,7 +2233,6 @@ aliases: clean-install, ic, install-clean, isntall-clean
2235
2233
#### \`global-style\`
2236
2234
#### \`omit\`
2237
2235
#### \`strict-peer-deps\`
2238
- #### \`package-lock\`
2239
2236
#### \`foreground-scripts\`
2240
2237
#### \`ignore-scripts\`
2241
2238
#### \`audit\`
@@ -2811,8 +2808,8 @@ npm install-ci-test
2811
2808
Options:
2812
2809
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
2813
2810
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
2814
- [--strict-peer-deps] [--no-package-lock ] [--foreground -scripts]
2815
- [--ignore-scripts] [--no-audit] [-- no-bin-links] [--no-fund] [--dry-run]
2811
+ [--strict-peer-deps] [--foreground-scripts ] [--ignore -scripts] [--no-audit ]
2812
+ [--no-bin-links] [--no-fund] [--dry-run]
2816
2813
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
2817
2814
[-ws|--workspaces] [--include-workspace-root] [--install-links]
2818
2815
@@ -2831,7 +2828,6 @@ aliases: cit, clean-install-test, sit
2831
2828
#### \`global-style\`
2832
2829
#### \`omit\`
2833
2830
#### \`strict-peer-deps\`
2834
- #### \`package-lock\`
2835
2831
#### \`foreground-scripts\`
2836
2832
#### \`ignore-scripts\`
2837
2833
#### \`audit\`
0 commit comments