-
Notifications
You must be signed in to change notification settings - Fork 41
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
Extra CR needed #88
Comments
After some debugging, this seems to be a bug in the inquirer package (or possibly readline itself) when you use an asynchronous caprover-cli/src/utils/CliHelper.ts Line 197 in d20488c
The above option is used from the deploy command at the following line: caprover-cli/src/commands/deploy.ts Line 117 in d20488c
I was able to reproduce in my own project with the latest inquirer version. I'll do more debugging and possibly open an issue there (edit: issue at SBoudrias/Inquirer.js#1062) |
Why this very small bug still didn't merged to latest stable build. I was deploying caprover first time and I just reinstalled whole system just because I thought something wrong in the captain server. Pretty annoying bug. |
There is a extra CR needed at this step that makes people wait "forever"
The text was updated successfully, but these errors were encountered: