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

Cannot install firebase npm #1341

Closed
DanceParty opened this issue Oct 28, 2018 · 7 comments
Closed

Cannot install firebase npm #1341

DanceParty opened this issue Oct 28, 2018 · 7 comments

Comments

@DanceParty
Copy link

[REQUIRED] Describe your environment

  • Operating System version: Windows 10
  • Node JS: 11
  • NPM: 6.4.1

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:

image

@google-oss-bot
Copy link
Contributor

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@DanceParty
Copy link
Author

I was able to get it installed by --force, but I feel like this is not the best :/

@kczx3
Copy link

kczx3 commented Oct 31, 2018

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

@Feiyang1
Copy link
Member

Feiyang1 commented Nov 2, 2018

Thanks for reporting it. It seems to be an issue with Node 11. see grpc/grpc-node#594
As @kczx3 mentioned, downgrading to Node10 is the workaround for now. Please follow the issue in grpc repo for updates.

@Mindgames
Copy link

grpc/grpc-node#594 Have been fixed. Problem still persist

@ilog2000
Copy link

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

@sunnylqm
Copy link
Contributor

sunnylqm commented Nov 21, 2018

Need to update grpc dependency to 1.16.1 grpc/grpc-node#594 (comment)

timneutkens pushed a commit to vercel/next.js that referenced this issue Dec 6, 2018
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
@firebase firebase locked and limited conversation to collaborators Oct 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants