Documentation
¶
Overview ¶
Package pnpm provides utilities to install pnpm packages and tools.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInstall indicates a failure to install pnpm packages or execute build steps. ErrInstall = errors.New("failed to install pnpm packages") // ErrCannotExtractRepo indicates that the repository path cannot be extracted from a package URL. ErrCannotExtractRepo = errors.New("cannot extract repo from package URL") // ErrMissingPackageURL indicates that a tool configuration has build steps but no package URL. ErrMissingPackageURL = errors.New("has build steps but no package URL") // ErrMissingSrcDir indicates that a tool configuration has build steps but no source directory. ErrMissingSrcDir = errors.New("has build steps but no source directory") // ErrMissingExecutable indicates that node or pnpm is not installed or not in PATH. ErrMissingExecutable = errors.New("missing required executable for pnpm tool installation") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.