Home > @microsoft/rush-lib > RushConfiguration > npmTmpFolder
RushConfiguration.npmTmpFolder property
The local folder where npm's temporary files will be written during installation. Rush does not rely on the global default folder, because it may be on a different hard disk.
Example: C:\MyRepo\common\temp\npm-tmp
Signature:
readonly npmTmpFolder: string;