Tim*_*uki 4 vue.js aws-amplify
我使用管理 UI 创建了一个应用程序,然后创建了一个新的 Vue JS 应用程序。
当我amplify pull --appId d2v01y74i7xjqk --envName staging在 CLI 上运行时,出现以下错误:
Invalid feature flag configuration
These feature flags are defined in the "amplify/cli.json" configuration file and are unknown to the currently running Amplify CLI:
graphqltransformer.skipoverridemutationinputtypes
This issue likely happens when the project has been pushed with a newer version of Amplify CLI, try updating to a newer version.
Run Code Online (Sandbox Code Playgroud)
我已将 amplify 升级到最新的 4.45.0 版本。
有谁知道如何解决这个问题?
小智 6
我终于成功了,至少可以说这是令人沮丧的。
curl -sL https://aws-amplify.github.io/amplify-cli/install | zsh && $SHELL
一旦我运行了这个,它就对我有用了。