NpmInstallSettingsExtensions.

WithOptionalDependencies(NpmInstallSettings) Method

Summary

Defines that npm should install optional dependencies

Syntax

public static NpmInstallSettings WithOptionalDependencies(this NpmInstallSettings settings)

Parameters

Name Type Description
settings NpmInstallSettings The settings.

Return Value

Type Description
NpmInstallSettings The settings instance with NoOptional set to false.
GitHub
Discussion