Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
NpmHelper
Contains function to run npm tasks
Nested types and modules
| Type | Description |
| InstallArgs |
Arguments for the Npm install command |
| NpmCommand |
The list of supported Npm commands. |
| NpmParams |
The Npm parameter type |
Functions and values
| Function or value | Description | ||
defaultNpmParams
Signature: NpmParams
|
Npm default parameters |
||
Npm(setParams)
Signature: setParams:(NpmParams -> NpmParams) -> unit
|
Runs npm with the given modification function. Make sure to have npm installed,
you can install npm with nuget or a regular install. To change which Parameters
Sample
|
||
run(npmParams)
Signature: npmParams:NpmParams -> unit
|
Runs the given process and returns the process result. |