| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > PnpmOptionsConfiguration > alwaysInjectDependenciesFromOtherSubspaces
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;The default value is false.