-
Notifications
You must be signed in to change notification settings - Fork 894
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
grpc causing npm install failure on Linux #780
Comments
Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information. |
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
If someone else is having the same problem, the quick fix is to revert back to node 9 from node 10. |
Another quick fix is to use Yarn to install. I tried this on Manjaro + Node 10 with both NPM 6.0.0 and Yarn 1.6.0, and it only fails with NPM. |
There's (at least) two issues here:
|
Hi, I had exactly the same issue in my vsts ci/cd. I was always using a windows hosted agent for my build and yesterday I noticed that my deployment failed with exactly the same error. From the log I saw that this agent uses Node version 10 which is not compatible with grpc 1.10.1. What worked for me at least for now was to use a linux agent which is still in Node version 8.x. |
Using version 9.11 of node I was able to install grpc without problems with firebase |
Why is this issue closed? Reverting back to an older version of Node.js is a work-a-round, not a fix. |
I've long since lost whatever context I once had on this issue. But reading back I think:
So I don't think this should be an issue anymore. However, if you're still seeing it, please open a new issue and refer back to this one. |
Describe your environment
Describe the problem
npm install firebase
fails when it's trying to install grpc.I understand that this is probably a
grpc
problem.firebase
has dependency on[email protected]
which fails to install even when I try to install it separately withnpm install [email protected]
.However, the most recent version (
[email protected]
) installs without problems. So, iffirebase
updated the dependency from[email protected]
to[email protected]
I think it would solve this problem.firebase-js-sdk/packages/firestore/package.json
Line 30 in a413ec2
Error output:
The text was updated successfully, but these errors were encountered: