Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Manifest interface {
AllDependencyVersions(string) []string
DefaultVersion(string) (libbuildpack.Dependency, error)
InstallDependency(libbuildpack.Dependency, string) error
InstallOnlyVersion(string, string) error
}
type Supplier ¶
type Supplier struct {
Stager Stager
Manifest Manifest
Log *libbuildpack.Logger
Command Command
Node string
Yarn string
NPM string
}
func (*Supplier) CreateDefaultEnv ¶
func (*Supplier) InstallNPM ¶
func (*Supplier) InstallNode ¶
func (*Supplier) InstallYarn ¶
func (*Supplier) LoadPackageJSON ¶
func (*Supplier) WarnNodeEngine ¶
func (s *Supplier) WarnNodeEngine()
Click to show internal directories.
Click to hide internal directories.