-
Notifications
You must be signed in to change notification settings - Fork 651
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
Build failures when running electron-rebuild #301
Comments
Generally speaking, please don't use electron-rebuild with grpc. It generally messes things up due to it ignoring our installation steps, and not calling into node-pre-gyp. The best way at that point to get grpc running into Electron is to run the following command:
That being said, you're getting an error I am not expecting. @murgatroid99 are we sure we packaged sources properly in the npm package ? |
I see the problem. Our |
Fixed by #304. |
I'm getting the following build errors when I attempt to run
electron-rebuild
with grpc.Here are the versions I'm using:
The text was updated successfully, but these errors were encountered: