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
Tool for installing all npm packages for a project from package-lock.json.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .Version - Containing Type
- NpmVersionTool
Syntax
public NpmVersionTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| processRunner | IProcessRunner | The process runner. |
| tools | IToolLocator | The tool locator. |
| log | ICakeLog | Cake log instance. |
Return Value
| Type | Description |
|---|---|
| void |
