Firebase-js-sdk: Cannot install firebase npm

Created on 28 Oct 2018  路  7Comments  路  Source: firebase/firebase-js-sdk

[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

needs-triage

Most helpful comment

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

All 7 comments

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.

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 https://github.com/grpc/grpc-node/issues/594
As @kczx3 mentioned, downgrading to Node10 is the workaround for now. Please follow the issue in grpc repo for updates.

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

Was this page helpful?
0 / 5 - 0 ratings