microsoft / tfs-cli

Cross-platform CLI for Microsoft Team Foundation Server and Visual Studio Team Services
MIT License
369 stars 132 forks source link

Unhandled promise rejection #309

Open jessehouwing opened 5 years ago

jessehouwing commented 5 years ago
[command]C:\Windows\system32\cmd.exe /D /S /C "c:\temp\_tools\tfx.cmd extension create --json --no-color --root C:\Users\JesseHouwing\Source\Repos\vsts-ping-task-demo --publisher me --extension-id ext --overrides-file C:\Users\jesse\AppData 0 [ '[command]C:\\Windows\\system32\\cmd.exe /D /S /C "c:\\temp\\_tools\\tfx.cmd extension create --json --no-color --root C:\\Users\\JesseHouwing\\Source\\Repos\\vsts-ping-task-demo --publisher me --extension-id ext --overrides-file C:\\Users\\jesse\\AppData\\Local\\Temp\\PackageTask-0.109762.tmp"\r',
  '' ]
 1 [ '[command]C:\\Windows\\system32\\cmd.exe /D /S /C "c:\\temp\\_tools\\tfx.cmd extension create --json --no-color --root C:\\Users\\JesseHouwing\\Source\\Repos\\vsts-ping-task-demo --publisher me --extension-id ext --overrides-file C:\\Users\\jesse\\AppData\\Local\\Temp\\PackageTask-0.109762.tmp"\r',
  '' ]
(node:10416) UnhandledPromiseRejectionWarning: Error: The file at path C:\Users\JesseHouwing\Source\Repos\vsts-ping-task-demo does not exist.
    at c:\temp\_tools\node_modules\tfx-cli\_build\lib\arguments.js:283:43
anatolybolshakov commented 2 years ago

Hi @jessehouwing is this issue still actual for you? The error says that path 'C:\Users\JesseHouwing\Source\Repos\vsts-ping-task-demo' does not exist - were you able to check that it is valid?