This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Npm.
Summary
Runs npm.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm - Containing Type
- NpmTool
<TSettings>
Syntax
protected void RunCore(TSettings settings, ProcessSettings processSettings, Action<IProcess> postAction)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The settings. |
processSettings | ProcessSettings | The process settings. null for default settings. |
postAction | Action |
Action which should be executed after running npm. null for no action. |
Return Value
Type | Description |
---|---|
void |