NpmInstallSettings.

PreferOffline Property

Summary

Gets or sets a value indicating whether or not to utilise the prefer offline flag, avoiding going to the internet for packages if possible.
Namespace
Cake.Npm.Install
Containing Type
NpmInstallSettings

Syntax

public bool PreferOffline { get; set; }

Value

Type Description
bool
GitHub
Discussion