Searched refs:commonCache (Results 1 – 1 of 1) sorted by relevance
40 var commonCache = path.resolve(__dirname, 'npm_cache_' + testName) variable41 exports.cache = commonCache46 rimraf.sync(commonCache)48 mkdirp.sync(commonCache)55 fs.chownSync(commonCache, sudoUid, sudoGid)68 const args = [ commonCache, '-uid', '0' ]80 rimraf.sync(commonCache)107 ourenv.npm_config_cache = commonCache142 opts.env.npm_config_cache = commonCache