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
Defines that npm should not fetch remote resources if a local copy exists on disk.
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm .Install - Containing Type
- Npm
Install Settings Extensions
Syntax
public static NpmInstallSettings WithoutForce(this NpmInstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmInstallSettings | The settings. |
Return Value
Type | Description |
---|---|
NpmInstallSettings | The settings instance with Force set to false . |