Searched refs:npmPrefix (Results 1 – 3 of 3) sorted by relevance
53 const npmPrefix = path.resolve(getNpmPrefix()); constant78 return npmPrefix;82 exports.npm.prefix = npmPrefix;83 exports.npm.packages = path.join(npmPrefix, process.platform === 'win32' ? 'node_modules' : 'lib/no…84 exports.npm.binaries = process.platform === 'win32' ? npmPrefix : path.join(npmPrefix, 'bin');
46 const npmPrefix = path.join(tmpDir.path, 'npm-prefix');57 'npm_config_prefix': npmPrefix,
21246 let npmPrefix = libnpmconfig.read(null, builtinNpmConfig).prefix; variable21251 if (!npmPrefix) {21252 npmPrefix = windows21257 const globalsDefault = electron || argv.indexOf(npmPrefix) === 0;21258 let globalDir = path$b.resolve(npmPrefix, globalsLibrary, 'node_modules');