NpmPackageInstaller.

CanInstall(PackageReference, PackageType) Method

Summary

Determines whether this instance can install the specified resource.
Assembly
Cake.Npm.Module.dll
Namespace
Cake.Npm.Module
Containing Type
NpmPackageInstaller

Syntax

public bool CanInstall(PackageReference package, PackageType type)

Parameters

Name Type Description
package PackageReference The package resource.
type PackageType The package type.

Return Value

Type Description
bool true if this installer can install the specified resource; otherwise false.