Home
last modified time | relevance | path

Searched refs:commonCache (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/test/
Dcommon-tap.js40 var commonCache = path.resolve(__dirname, 'npm_cache_' + testName) variable
41 exports.cache = commonCache
46 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 = commonCache
142 opts.env.npm_config_cache = commonCache