猩星文档 / npm8中文文档
    • npm 8.19.1
    • 1  CLI 命令
    • 1-8  npm ci
    • 1-8-1  概要
    • 1-8-2  描述
    • 1-8-3  示例
    • 1-8-4  配置
    • 1-8-4-1  `save`
    • 1-8-4-2  `save-exact`
    • 1-8-4-3  `global`
    • 1-8-4-4  `global-style`
    • 1-8-4-5  `legacy-bundling`
    • 1-8-4-6  `omit`
    • 1-8-4-7  `strict-peer-deps`
    • 1-8-4-8  `package-lock`
    • 1-8-4-9  `foreground-scripts`
    • 1-8-4-10  `ignore-scripts`
    • 1-8-4-11  `audit`
    • 1-8-4-12  `bin-links`
    • 1-8-4-13  `fund`
    • 1-8-4-14  `dry-run`
    • 1-8-4-15  `workspace`
    • 1-8-4-16  `workspaces`
    • 1-8-4-17  `include-workspace-root`
    • 1-8-4-18  `install-links`
npm 8.19.1/ CLI 命令/ npm ci/

配置

  • `save`
  • `save-exact`
  • `global`
  • `global-style`
  • `legacy-bundling`
  • `omit`
  • `strict-peer-deps`
  • `package-lock`
  • `foreground-scripts`
  • `ignore-scripts`
  • `audit`
  • `bin-links`
  • `fund`
  • `dry-run`
  • `workspace`
  • `workspaces`
  • `include-workspace-root`
  • `install-links`
上一章: 示例
下一章: `save`