-
Notifications
You must be signed in to change notification settings - Fork 825
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
CLI doesn't display options when prompted #6
Comments
Hey Ryan. What’s the node version you’re running on? |
10.9.0. |
I'm also experiencing this on macOS 10.13.6 and every node version I've tried (7.10.1, 8.10.0, 9.9.0, and 10.2.1). Using yarn and zsh as well. |
@mattjennings @rfaulhaber I tried to reproduce on my macOS 10.12 and Ubuntu 18.04 but couldn't reproduce this issue. Might need to use a virtual box to simulate the environments. I'm assigning an Investigating tag to this for now. |
@mattjennings @rfaulhaber I was able to reproduce the error when I used yarn instead of npm to install the CLI. Until we find out the root cause of this could you please use |
Using npm instead of yarn solved it for me! Thanks! |
Sounds good to me, thank you! |
Not sure why this was just closed. Is there a yarn issue that was created? |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When I enter
amplify configure
the prompt implies that I should see options to select from, but they're not displayed.When I enter
amplify init
I'm given at least one option, but when I select something I'm no longer given options. When I hit enter a second time, I'm given an error.The full error is here:
What is the expected behavior?
That it should display options.
Which versions of Amplify CLI, and which OS are affected by this issue? Did this work in previous versions?
Amplify CLI: 0.1.13
OS: Linux Mint 19
Terminal: zsh (tried it on bash, behaves the same way)
Installed with Yarn
The text was updated successfully, but these errors were encountered: