-
Notifications
You must be signed in to change notification settings - Fork 891
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
Cannot install firebase npm #1341
Comments
I found a few problems with this issue:
|
I was able to get it installed by --force, but I feel like this is not the best :/ |
I get the same. No pre-builts for Node 11 it looks like. Possible I don't have the tools for building native Node add-ons that it needs but wouldn't mind seeing if there is something else at play. EDIT: Worked by reverting down to Node 10.13.0 |
Thanks for reporting it. It seems to be an issue with Node 11. see grpc/grpc-node#594 |
grpc/grpc-node#594 Have been fixed. Problem still persist |
Issue still exists. I ran into it with the latest node.js 11.2.0. Workaround with downgrading to node.js 10.13.0 helped |
Need to update grpc dependency to 1.16.1 grpc/grpc-node#594 (comment) |
Firebase has some issues with grpc. ( Firebase has some issues with grpc ) This is resolved in a newer version of firebase. Especially with npm 6.4.1. firebase/firebase-js-sdk#1341 Issue #5688
[REQUIRED] Describe your environment
Describe the problem
npm install --save firebase
"Cannot install the package, all other packages are installing perfectly fine. If i run this command again, I will get a lot of VSStudio C# errors not sure why?
Relevant screenshot:
The text was updated successfully, but these errors were encountered: