-
Notifications
You must be signed in to change notification settings - Fork 1k
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
cap init prompt issues #1689
Comments
I can't reproduce, are you using the terminal that comes with macOS or something else? |
I tried it in the Terminal that comes with macOS as well as iterm.
Yepp, same result in every version. |
You are not entering any values, right? just using default ones |
I was able to type when it asked for App name. |
Same here ... hangs up at the very same point. Using same configuration. |
Same here, same configuration |
I'm also having this issue. For reference, I tested with the integrated terminal in VS Code (1.35.1) and in Terminal.app (2.7.5) with Node 8.11.3 on my iMac running macOS Sierra (10.12.6). I only have one version of Node installed on my machine, as well. |
I'm also having the same issue with a fresh install of capacitor and capacitor cli. @capacitor/[email protected] Happened with my existing project and was able to reproduce in an empty dummy project |
I've been able to reproduce in a different computer, will try to figure out whats going on. As workaround you can use |
this is a bug in inquirer 6.4.0 that was released today, will pin the dependency to 6.3.1 |
Description of the problem:
When initializing capacitor in a newly created CRA, it hangs in the 2nd step when it asks for App Package ID.
Affected platform
OS of the development machine
Other information:
node version:
v12.2.0
v10.15.1
v8.15.1
npm version:
6.9.0
Steps to reproduce:
When it asks for App Package ID it does not proceed by hitting enter or CTRL C.
The text was updated successfully, but these errors were encountered: