Table of Contents

Class NodeToolExtensions

Namespace
Ando.Operations
Assembly
ando.dll

Node.js tool management for installing specific versions.

public static class NodeToolExtensions
Inheritance
NodeToolExtensions
Inherited Members

Methods

Use(string)

Ensures a specific Node.js version is available. In container execution, this downloads and installs Node.js.

public static NodeTool Use(string version)

Parameters

version string

Returns

NodeTool

UseLatestLts()

Uses the latest LTS version of Node.js.

public static NodeTool UseLatestLts()

Returns

NodeTool