Home
last modified time | relevance | path

Searched defs:npmPath (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts34 const npmPath = path.join(path.dirname(process.argv[0]), "npm"); constant
81 private readonly npmPath: string; property in ts.server.typingsInstaller.NodeTypingsInstaller
/third_party/node/test/parallel/
Dtest-npm-install.js21 const npmPath = path.join( constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1808 const npmPath = "npm", tsVersion = "2.9.0-dev.20180410"; constant
/third_party/typescript/lib/
DtypingsInstaller.js115280 function installNpmPackages(npmPath, tsVersion, packageNames, install) { argument
115291 function getNpmCommandForInstallation(npmPath, tsVersion, packageNames, remaining) { argument