| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > Rush > launchRushPnpm
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;|
Parameter |
Type |
Description |
|---|---|---|
|
launcherVersion |
string | |
|
options |
Returns:
void