Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/package-extractor > IExtractorOptions > pnpmInstallFolder

IExtractorOptions.pnpmInstallFolder property

The folder where the PNPM "node_modules" folder is located. This is used to resolve packages linked to the PNPM virtual store.

Signature:

pnpmInstallFolder?: string;

Remarks

When Rush subspaces are enabled, this setting applies to default subspace only. To configure each subspace, use the IExtractorOptions.subspaces array instead. The two approaches cannot be combined.