Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 869 Bytes

File metadata and controls

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

Home > @microsoft/rush-lib > RushConfiguration > npmCacheFolder

RushConfiguration.npmCacheFolder property

The local folder that will store the NPM package cache. Rush does not rely on the npm's default global cache folder, because npm's caching implementation does not reliably handle multiple processes. (For example, if a build box is running "rush install" simultaneously for two different working folders, it may fail randomly.)

Example: C:\MyRepo\common\temp\npm-cache

Signature:

readonly npmCacheFolder: string;