Skip to main content
Version: 0.193.6

install

Installs packages with npm ci, honoring the lock file.

@npm install {
force = false
clean = true
args = "--install-strategy hoisted"
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • force - (Optional) Adds --force. Default value is false.
  • clean - (Optional) Uses clean-install when true. Default value is true.
  • args - (Optional) Extra npm ci arguments.