install
Installs packages with npm ci, honoring the lock file.
@npm install {
force = false
clean = true
args = "--install-strategy hoisted"
}Capabilities
| Capability | Info |
|---|---|
| Cache | local |
| Bach | no |
Argument Reference
The following arguments are supported:
force- (Optional) Adds--force. Default value isfalse.clean- (Optional) Usesclean-installwhen true. Default value istrue.args- (Optional) Extranpm ciarguments.
Last updated on