| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > PackageManager
An abstraction for controlling the supported package managers: PNPM, NPM, and Yarn.
Signature:
export declare abstract class PackageManager The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the PackageManager class.
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
The package manager. | ||
|
|
string |
The filename of the shrinkwrap file that is used by the package manager. | |
|
|
string |
The SemVer version of the package manager. |