Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 959 Bytes

File metadata and controls

26 lines (17 loc) · 959 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > PnpmOptionsConfiguration > alwaysInjectDependenciesFromOtherSubspaces

PnpmOptionsConfiguration.alwaysInjectDependenciesFromOtherSubspaces property

If true, then rush update add injected install options for all cross-subspace workspace dependencies, to avoid subspace doppelganger issue.

Here, the injected install refers to PNPM's PNPM's "injected dependencies" feature. Learn more: https://pnpm.io/package\_json\#dependenciesmeta

Signature:

readonly alwaysInjectDependenciesFromOtherSubspaces: boolean | undefined;

Remarks

The default value is false.