Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/need-npm5-update/
Dlegacy-npm-self-install.js11 var globalpath = path.resolve(basepath, 'global') variable
45 env.npm_config_prefix = globalpath
53 var binpath = isWin32 ? globalpath : path.join(globalpath, 'bin')
65 … t.is(exists(globalpath, isWin32 ? '' : 'lib', 'node_modules', 'npm'), true, 'module path exists')
74 …t.is(path.resolve(globalpath, installed.dependencies.npm.from), tarball, 'and it was our npm tarba…
89 t.is(exists(globalpath, 'lib', 'node_modules', 'npm'), false, 'module was entirely removed')
101 mkdirp.sync(globalpath)