AutoRest失败:“错误:无法创建目录”

时间:2018-12-10 07:57:32

标签: autorest

恐怕我的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.

0 个答案:

没有答案