@@ -969,8 +969,6 @@ The package or packages to install for [\`npm exec\`](/commands/npm-exec)
969969If set to false, then ignore \`package-lock.json\` files when installing. This
970970will also prevent _writing_ \`package-lock.json\` if \`save\` is true.
971971
972- This configuration does not affect \`npm ci\`.
973-
974972#### \`package-lock-only\`
975973
976974* Default: false
@@ -2215,8 +2213,8 @@ npm ci
22152213Options:
22162214[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
22172215[--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]
22202218[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
22212219[-ws|--workspaces] [--include-workspace-root] [--install-links]
22222220
@@ -2235,7 +2233,6 @@ aliases: clean-install, ic, install-clean, isntall-clean
22352233#### \`global-style\`
22362234#### \`omit\`
22372235#### \`strict-peer-deps\`
2238- #### \`package-lock\`
22392236#### \`foreground-scripts\`
22402237#### \`ignore-scripts\`
22412238#### \`audit\`
@@ -2811,8 +2808,8 @@ npm install-ci-test
28112808Options:
28122809[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
28132810[--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]
28162813[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
28172814[-ws|--workspaces] [--include-workspace-root] [--install-links]
28182815
@@ -2831,7 +2828,6 @@ aliases: cit, clean-install-test, sit
28312828#### \`global-style\`
28322829#### \`omit\`
28332830#### \`strict-peer-deps\`
2834- #### \`package-lock\`
28352831#### \`foreground-scripts\`
28362832#### \`ignore-scripts\`
28372833#### \`audit\`
0 commit comments