OBSOLETE
FAKE0001 Use the Fake.JavaScript.Npm module instead
NpmHelper
Contains function to run npm tasks
Nested types and modules
Type | Description |
InstallArgs |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Npm module instead Arguments for the Npm install command |
NpmCommand |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Npm module instead The list of supported Npm commands. |
NpmParams |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Npm module instead The Npm parameter type |
Functions and values
Function or value | Description | ||
defaultNpmParams
Signature: NpmParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.JavaScript.Npm module instead")>] |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Npm module instead Npm default parameters |
||
Npm(setParams)
Signature: setParams:(NpmParams -> NpmParams) -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.JavaScript.Npm module instead")>] |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Npm module instead 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
Attributes: [<Obsolete("FAKE0001 Use the Fake.JavaScript.Npm module instead")>] |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Npm module instead Runs the given process and returns the process result. |