Боюсь, что моя установка AutoRest была каким-то образом повреждена, но я не смог это исправить.Выполнен поиск в github / stackoverflow, но проблема не соответствует ни одной известной проблеме.Надеюсь, кто-то распознает это и знает решение?
Симптомы
Когда я использую командную строку разработчика следующим образом:
D:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise>autorest
Следующее сообщениепоявляется:
(C) 2017 Microsoft Corporation.
https://aka.ms/autorest
Failure:
{ Error: Unable to create directory 'C:\Users\[myuser]\'.
at mkdir (/node_modules/@microsoft.azure/async-io/dist/file-io.js:75: 23)
at <anonymous> exitCode: 1 }
Error: Unable to create directory 'C:\Users\[myuser]\'.
at mkdir (/node_modules/@microsoft.azure/async-io/dist/file-io.js:75: 23)
at <anonymous>
(node:14756) UnhandledPromiseRejectionWarning: Error: Unable to create directory 'C:\Users\[myuser]\'.
at mkdir (/node_modules/@microsoft.azure/async-io/dist/file-io.js:75: 23)
at <anonymous>
(node:14756) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
(node:14756) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.