-
Notifications
You must be signed in to change notification settings - Fork 976
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 deploy with node 8.8.1 because of missing extension_binary/node-v57-darwin-x64/grpc_node.node #522
Comments
Same with versions: #442 also did not resolve this for me. |
Switch to node v8.9 (using |
@FirebaseTeam Can you please investigate this firebase-functions + grpc thing and provide an official solution? It popped up for me when I went out of my way to downgrade to 6.11.1 (using nvm, n, brew, official installer, etc. now...) to be in-line with firebase-functions old version of Node. I've seen several of these issues and the problem just seems like a problem with the grpc build. 🎉 Running |
If you're still having GRPC issues, please provide feedback at grpc/grpc-node#121 |
I had to run the |
Version info
$ firebase --version 3.13.1 $ node --version v8.8.1 $ uname -a Darwin Kits-MacBook-Pro.local 17.0.0 Darwin Kernel Version 17.0.0: Thu Aug 24 21:48:19 PDT 2017; root:xnu-4570.1.46~2/RELEASE_X86_64 x86_64
Steps to reproduce
This makes no difference: #442 and I don't have this installation issue: #467
I've uninstalled firebase-tools completely, removed previous versions of node, removed node_modules and cleaned the yarn and npm cache. Nothing seem to resolve the issue except to downgrade to node 7.x, I'm at a loss.
The text was updated successfully, but these errors were encountered: