install

Installs packages with pnpm install, optionally honoring the lockfile and batching across workspaces.

@pnpm install {
    force = true
    frozen = true
    args = "--no-color"
}

Capabilities

CapabilityInfo
Cachelocal
Bachyes

Argument Reference

The following arguments are supported:

  • force - (Optional) Adds --force to reinstall when checks fail.
  • frozen - (Optional) Enable frozen versions; set true to enforce --frozen-lockfile.
  • args - (Optional) Additional arguments for pnpm install.
Last updated on