Summary
Defines that npm should fetch remote resources even if a local copy
exists on disk.
- Namespace
- Cake
.Npm .Install - Containing Type
- Npm
Install Settings Extensions
Syntax
public static NpmInstallSettings WithForce(this NpmInstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmInstallSettings | The settings. |
Return Value
Type | Description |
---|---|
NpmInstallSettings | The settings instance with Force set to true . |