-
Notifications
You must be signed in to change notification settings - Fork 2.2k
I'm unable to install latest version of angular/fire in my project, I'm using a Mac with an M1 chip #3145
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
Comments
Same problem here (with a MacBook Pro Core i5), stucks on adding AngularFire to project via Angular CLI: 13.2.2 Angular: 13.2.1 Package Version@angular-devkit/architect 0.1302.2 Firebase-Tools: 10.1.5 |
This looks to be a conflict either between inquirer, inquirer-autocomplete, or fuzzy and the versions that Firebase CLI is pinning. I'm investigating and hopefully will have a fix today. |
Cutting 7.2.1 with the fix now |
I'm sorry @jamesdaniels but this fix didn't solve the issue for me, I don't know if I can give you some more information in any way, let me know what could I do to help. Edit |
Version info
Angular: 13.2.1
Firebase: Using firebase-tools version 10.1.4
AngularFire: 7.2.0
Other (e.g. Ionic/Cordova, Node, browser, operating system):
I'm using a Macbook Air with an M1 chip, if that matters
Angular CLI: 13.2.2
Node: 16.13.0
Package Manager: yarn 1.22.17
OS: darwin arm64
Angular: 13.2.1
... animations, common, compiler, compiler-cli, core, forms
... localize, platform-browser, platform-browser-dynamic, router
@angular-devkit/architect 0.1302.2
@angular-devkit/build-angular 13.2.2
@angular-devkit/core 13.2.2
@angular-devkit/schematics 13.2.2
@angular/cli 13.2.2
@angular/fire 7.2.0
@schematics/angular 13.2.2
rxjs 7.5.2
typescript 4.5.5
How to reproduce these conditions
Failing test unit, Stackblitz demonstrating the problem
Steps to set up and reproduce
Sample data and security rules
Debug output
** Errors in the JavaScript console ** none
** Output from
firebase.database().enableLogging(true);
** none** Screenshots **
Expected behavior
It should allow you to select any project in the list.
Actual behavior
It gets blocked and doesn't seem to respond to any keyboard input.
The text was updated successfully, but these errors were encountered: