Skip to content

Latest commit

 

History

History
72 lines (37 loc) · 1 KB

File metadata and controls

72 lines (37 loc) · 1 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > Rush > launchRushPnpm

Rush.launchRushPnpm() method

This API is used by the @microsoft/rush front end to launch the "rush-pnpm" command-line. Third-party tools should not use this API. Instead, they should execute the "rush-pnpm" binary and start a new Node.js process.

Signature:

static launchRushPnpm(launcherVersion: string, options: ILaunchOptions): void;

Parameters

Parameter

Type

Description

launcherVersion

string

options

ILaunchOptions

Returns:

void