NpmInstallSettingsExtensions.

InstallLocally(NpmInstallSettings) Method

Summary

Defines that the package should be installed locally.

Syntax

public static NpmInstallSettings InstallLocally(this NpmInstallSettings settings)

Parameters

Name Type Description
settings NpmInstallSettings The settings.

Return Value

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