Closed VladimirTambovtsev closed 6 years ago
Duplicate of #594.
npm install --build-from-source @grpc/grpc-js solved the issue
@abdulganierkan and @VladimirTambovtsev it did not work for me. However, since this is a grpc & node v11 issue indeed, and I have nvm, I switched to node v8.5.0 and I was able to install firebase. Just give it a try.
wow so yeah downgrading to v8.9 (required for quasar in my case) made npm i firebase work, interesting
wow so yeah downgrading to v8.9 (required for quasar in my case) made npm i firebase work, interesting
AHAHA it's still fkn broken
aye dis was the answer for me
https://github.com/grpc/grpc-node/issues/121#issuecomment-387025348
using firebase v4.12.1 instead of v4.13
This solved it for me!
https://github.com/grpc/grpc-node/issues/139#issuecomment-360723191
I m trying to upgrade my project from node 10.X to node 12.4 and I m failing because of firebase & grpc. the issue occurs on windows as well as on linux on my k8s setup
Problem description
I've tried to install firebase to react project. Have tried different version of node, installed different versions of firebase, updated firebase and firebase-tools globally but that doesn't work as well
Reproduction steps
Simply typed
(yarn results are the same)
Environment
Additional context
Full logs:
Sorry for long description, but that's all I've got