ModulesInstallationLocation Enum

Summary

Locations to install into.
Namespace
Cake.Npm.Module
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["ModulesInstallationLocation"] class Type type-node

Syntax

public enum ModulesInstallationLocation

Fields

Name Constant Value Summary
Global 2
Install globally for the machine.
static
Tools 1
Install into tools folder.
static
Workdir 0
Install into current WorkDir. This is also the default.
static
GitHub Discussion