This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
NpmPackageInstaller class.
- Assembly
- Cake
.Npm .Module .dll - Namespace
- Cake
.Npm .Module - Containing Type
- NpmPackageInstaller
Syntax
public NpmPackageInstaller(IProcessRunner processRunner, ICakeLog log, INpmContentResolver contentResolver, ICakeConfiguration config, IToolLocator toolLocator, ICakeEnvironment environment, IFileSystem fileSystem)
Parameters
| Name | Type | Description |
|---|---|---|
| processRunner | IProcessRunner | The process runner. |
| log | ICakeLog | The log. |
| contentResolver | INpmContentResolver | The content resolver. |
| config | ICakeConfiguration | The configuration. |
| toolLocator | IToolLocator | The ToolLocator. |
| environment | ICakeEnvironment | The Environment. |
| fileSystem | IFileSystem | The Filesystem. |
Return Value
| Type | Description |
|---|---|
| void |
