Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amplify configure silently fails #10601

Closed
5 tasks done
jinwood opened this issue Jun 14, 2022 · 2 comments
Closed
5 tasks done

amplify configure silently fails #10601

jinwood opened this issue Jun 14, 2022 · 2 comments
Labels
documentation Add or update documentation duplicate If marked with duplicate, issue will be closed & original will be added for traceability installation Issues tied to installation of the CLI

Comments

@jinwood
Copy link

jinwood commented Jun 14, 2022

Before opening, please confirm:

  • I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
  • I have searched for duplicate or closed issues.
  • I have read the guide for submitting bug reports.
  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
  • I have removed any sensitive information from my code snippets and submission.

How did you install the Amplify CLI?

npm install -g @aws-amplify/cli

If applicable, what version of Node.js are you using?

v16.15.1

Amplify CLI Version

8.5.0

What operating system are you using?

MacOS Monterey

Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.

No

Amplify Categories

Not applicable

Amplify Commands

configure

Describe the bug

amplify configure or any combination of any other amplify command silently fails with no output whatsover.

Within existing project:
image

In any directory:
image
image

Expected behavior

The cli should function as documented.

Reproduction steps

I am using a 2022 Macbook Pro base configuration 16" with M1 processor. Running native zsh shell and node / cli versions listed above.

  1. Install node brew install node@16
  2. Install cli npm install -g @aws-amplify/cli
  3. Try above commands and observe the behaviour

GraphQL schema(s)

No response

Log output

No response

Additional information

No response

@josefaidt
Copy link
Contributor

Hey @jinwood 👋 thanks for raising this! This appears to be a duplicate of #10193, can you try the workaround posted in this comment?

softwareupdate --install-rosetta

@josefaidt josefaidt added documentation Add or update documentation installation Issues tied to installation of the CLI duplicate If marked with duplicate, issue will be closed & original will be added for traceability pending-close-response-required labels Jun 14, 2022
@jinwood
Copy link
Author

jinwood commented Jun 14, 2022

Hey @jinwood 👋 thanks for raising this! This appears to be a duplicate of #10193, can you try the workaround posted in this comment?

softwareupdate --install-rosetta

That did indeed fix the issue. Working straight away. Thank you very much 😅

@jinwood jinwood closed this as completed Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Add or update documentation duplicate If marked with duplicate, issue will be closed & original will be added for traceability installation Issues tied to installation of the CLI
Projects
None yet
Development

No branches or pull requests

2 participants