node

package
v0.0.0-...-79ceddb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NODE_NOT_INSTALLED = "Node.js is not installed. Please install Node.js version 18 or higher."
	NODE_VERSION       = "Node.js version 18 or higher is installed."
	NODE_OLDER_VERSION = "An older version of Node.js is installed. Please upgrade to Node.js version 18 or higher."
)

Variables

This section is empty.

Functions

func DetectPackageManager

func DetectPackageManager(pathWorkDir string) string

Types

type NodePkg

type NodePkg struct {
	NodeVer    func(node *NodePkg) error
	CheckNode  func(str string) error
	CmdBuilder func(name string, arg ...string) *exec.Cmd
}

func NewNode

func NewNode() *NodePkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL