Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > Subspace > getSubspaceTempFolderPath

Subspace.getSubspaceTempFolderPath() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The full path of the folder where the subspace's node_modules and other temporary files will be stored.

Example (subspaces feature enabled): C:\MyRepo\common\temp\subspaces\my-subspace Example (subspaces feature disabled): C:\MyRepo\common\temp

Signature:

getSubspaceTempFolderPath(): string;

Returns:

string