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

Fix for the ng add console lock up #3151

Merged
merged 1 commit into from
Feb 10, 2022
Merged

Fix for the ng add console lock up #3151

merged 1 commit into from
Feb 10, 2022

Conversation

jamesdaniels
Copy link
Member

@jamesdaniels jamesdaniels commented Feb 10, 2022

Fix the the ng add console freeze. #3145 #3121, firebase-tools#4118

My first thought is that inquirer-autocomplete is broken... but while experimenting, I found that places in the code that had an autocomplete and were waiting on a pending firebase-tools call were locking up but those that prompted with an already resolved firebase-tools call were not... my suspicion is either something is up with the pinned version of inquirer, inquirer is conflicting with ora (preparing list of ***...), or how firebase-tools is loading inquirer when it's called (something, something, race condition).

Either way, this is a high priority issue and this seems to fix it. :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant