install

This execution function is used to run an NPM install operation, which installs a package/project from a package.json file. The body parameter is supplied as a higher-order function that executes within the scope of an NpmInstallExecutionTemplate object, in which the parameters for the installation process can be declared.

Parameters

body

A trailing lambda function which is used to populate the NpmInstallExecutionTemplate object.