Rush StackShopBlogEvents
Skip to main content

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

ParameterTypeDescription
launcherVersionstring
optionsILaunchOptions

Returns:

void