-
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
Error: Failed to load gRPC binary module because it was not installed for the current system #1719
Comments
ooo - I have weird hunches about this that aren't going to be fun related to Catalina... Can you tell me where the following executable files live on your machine?
A quick-ish version of this question is: how did you install NodeJS on your machine? |
It is interesting you say that it is from Catalina I have only noticed this on my machine running Catalina, I purposely left my other computer in Mojave and have not been experiencing this issue. I downloaded node.js from the node.js website using https://nodejs.org/en/
|
So, I don't know all of the details I'm talking about here, but my understanding is that Catalina separated user and system space on the file system and things that attempt to cross those boundaries have some odd behaviors. I don't have a setup to test this now myself, but I may be able to look into it later. What I would recommend for you:
Let me know if that works for you! |
Thank you for your continued help. Its funny I uninstalled node.js manually and then installed using nvm everything seemed fine. I ran firebase serve and got a differnent error
so I googled the error and followed this advise #442 (comment) which got me to this error
Any ideas of where to go from here? |
Try running |
Hey @TOMZACH. We need more information to resolve this issue but there hasn't been an update in 7 days. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @TOMZACH if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
I follow the instructions here https://firebase.google.com/docs/cli#npm
I run
npm install -g firebase-tools
, login and then runfirebase serve
and receive the following errorIve tried running
npm rebuild
as suggested on other threads and on stack exchange but the error persists. Any ideas of what can be done to fix this. I've tried uninstalling and reinstalling thenode_modules
but still the problem persists. Any ideas of what can be done.I'm running
npm version 6.9.0
Firebase CLI version 7.5.0
MacOS Catalina 10.15
The text was updated successfully, but these errors were encountered: