Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 697 Bytes

File metadata and controls

24 lines (16 loc) · 697 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > PnpmResolutionMode

PnpmResolutionMode type

Possible values for the resolutionMode setting in Rush's pnpm-config.json file.

Signature:

export type PnpmResolutionMode = 'highest' | 'time-based' | 'lowest-direct';

Remarks

These modes correspond to PNPM's resolution-mode values, which are documented here: https://pnpm.io/npmrc#resolution-mode