Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/config/
Dbin-links.js13 globalBin: npm.globalBin,
28 npm.globalBin
Dgentle-fs.js22 npm.globalBin
/third_party/node/deps/npm/test/tap/
Dgently-rm-linked-module.js59 var globalBin = resolve(linkedGlobal, isWindows ? '.' : 'bin', 'linked')
68 t.ok(fs.statSync(globalBin), 'global bin exists')
82 t.throws(function () { fs.statSync(globalBin) }, 'global bin removed')
Dbin-overwriting.js26 const globalBin = process.platform === 'win32' constant
34 const beep = path.resolve(globalBin, 'beep')
40 mkdirp(globalBin)
/third_party/node/deps/npm/node_modules/bin-links/
Dindex.js77 var binRoot = gtop ? opts.globalBin
123 if (opts.globalBin && to.indexOf(opts.globalBin) === 0) {
/third_party/node/deps/npm/lib/
Dnpm.js406 if (npm.config.get('global')) return npm.globalBin
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log134 node_modules/npm/lib/config/bin-links.js(13,20): error TS2339: Property 'globalBin' does not exist …
145 node_modules/npm/lib/config/bin-links.js(28,11): error TS2339: Property 'globalBin' does not exist …
193 node_modules/npm/lib/config/gentle-fs.js(22,11): error TS2339: Property 'globalBin' does not exist …
577 node_modules/npm/lib/npm.js(390,50): error TS2339: Property 'globalBin' does not exist on type 'Eve…