Home > @microsoft/rush-lib > RushConfiguration > tempShrinkwrapFilename
RushConfiguration.tempShrinkwrapFilename property
Warning: This API is now obsolete.
Introduced with subspaces is subspace specific tempShrinkwrapFilename accessible from the Subspace class.
The full path of the temporary shrinkwrap file that is used during "rush install". This file may get rewritten by the package manager during installation.
Signature:
get tempShrinkwrapFilename(): string;
Remarks
This property merely reports the filename; the file itself may not actually exist. Example: C:\MyRepo\common\temp\npm-shrinkwrap.json or C:\MyRepo\common\temp\pnpm-lock.yaml