Home > @microsoft/rush-lib > RushConfiguration > tempShrinkwrapFilename
RushConfiguration.tempShrinkwrapFilename property
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:
readonly 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