Home
last modified time | relevance | path

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

/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts39 const npmPath = path.join(path.dirname(process.argv[0]), "npm"); constant
86 private readonly npmPath: string; property in NodeTypingsInstaller
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts1917 const npmPath = "npm", tsVersion = "2.9.0-dev.20180410"; constant
/third_party/typescript/lib/
DtypingsInstaller.js39256 function installNpmPackages(npmPath, tsVersion, packageNames, install) { argument
39265 function getNpmCommandForInstallation(npmPath, tsVersion, packageNames, remaining) { argument