运行Amplify Auth更新后运行Amplify Push时出错

时间:2018-11-28 19:56:20

标签: amazon-web-services aws-appsync aws-amplify aws-ios

我按照说明here为我的iOS应用添加了身份验证。我首先运行amplify auth update,然后执行所有步骤,然后运行amplify push。但是,amplify push失败,出现以下错误:

/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/gluegun/build/index.js:13
    throw up;
    ^

Error: ENOENT: no such file or directory, stat '/Users/yunfeiguo/Documents/programming/zhiyouios/amplify/#current-cloud-backend/api/zhiyou'

你知道这里的问题是什么吗?

1 个答案:

答案 0 :(得分:2)

我做了以下事情,它解决了我的问题。

按照说明here并致电amplify host add。

然后将api和auth文件夹及其内容从后端文件夹移至#current-cloud-backend文件夹。

然后运行放大推送。