install

ℹ️
This command is locally cacheable only.

Install packages using lock file.

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

Argument Reference

The following arguments are supported:

  • force - (Optional) Force install.
  • args - (Optional) Arguments to pass to target.
Last updated on