I am using node 10.13 and trying to do npm i firebase where I get the error says failed to load grpc24.10.0. I browsed alot and found one solution worked for me which I gave was npm i [email protected].
But can you please someone share the exact solution for this because my issue got resolved by installing the older version of firebase.
Hi, we are having the same problem with all the backends in our pipeline .
We are not using firebase at all.
Have you found a workaround?
@juansmolano It got resolved while installing with the old version of Firebase [email protected] but not sure whether its the correct solution.
I resolved this by installing the system grpc package before installing firebase
Most helpful comment
@juansmolano It got resolved while installing with the old version of Firebase [email protected] but not sure whether its the correct solution.