我按照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'你知道问题出在哪里吗?
发布于 2018-11-30 03:17:41
我做了以下工作,它解决了我的问题。
按照here的说明进行操作,并调用amplify托管添加。
然后将api和auth文件夹及其内容从后端文件夹移动到#current-cloud-backend文件夹。
然后运行amplify push。
https://stackoverflow.com/questions/53527155
复制相似问题