Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 707 Bytes

File metadata and controls

21 lines (15 loc) · 707 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

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;