-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Terminal freeze when running ng add @angular/fire
on selecting Firebase app step
#3121
Comments
Have the same issue, do you have a solution yet? |
Not, I'm trying to install it through firebase cli and add @angular/fire with npm but I don't have a working setup at the moment. Are you on mac m1 ? |
Yes, M1 Max |
I'm too on mac m1. I don't think it is related but, maybe. |
I was facing that problem too, but when I downgraded
|
https://github.com/angular/angularfire/blob/master/src/schematics/firebaseTools.ts#L45 |
Downgrading solved the issue, thank you :) |
Downgrading solved the issue, thank you! |
Me funciono |
Downgrading helped, thanks! |
Same problem here with Mac M1. Is anyone not on M1 having the same problem? |
Same issue. |
Same problem with Mac also. Solved with "npm install -g firebase-tools@9.9.0" |
Same problem, on a Mac but not an M1 chip. |
firebase-tools@10.1.0 freezes. |
I can confirm this still happens today with the latest version of Angular (13.2.2). I'm on an Intel Mac. Processor: 2.4 GHz 8-Core Intel Core i9
|
FWIW, the latest version of |
I ran into the same issue on a M1 Mac. Manual downgrade is not working for me because of other dependencies. |
Cutting 7.2.1 with the fix now |
Version info
Angular:13.1.1
Firebase:9.6.3
AngularFire:7.2.0
Node: 14 & 16 & 17
How to reproduce these conditions
Steps to set up and reproduce
Running
ng add @angular/fire
Debug output
** Screenshots **
Expected behavior
Continue the installation process.
Actual behavior
I cannot move between options with arrows nor press enter nor ctrl+c to end process. The only thing I can do is exiting the terminal window.
I tried with Iterm, and native Mac os Terminal. I tried with fish, zsh and bash shells.
Always same behavior.
[EDIT]
Notice that with
firebase init
this step works perfectly: I can use the arrow keys to navigate and select an entry.The text was updated successfully, but these errors were encountered: