Rush StackShopBlogEvents
Skip to main content

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

PnpmOptionsConfiguration.autoInstallPeers property

When true, any missing non-optional peer dependencies are automatically installed.

Signature:

readonly autoInstallPeers: boolean | undefined;

Remarks

The default value is same as PNPM default value. (In PNPM 8.x, this value is true)