-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
The gRPC binary module was not installed. This may be fixed by running "npm rebuild" #7821
Comments
I am having similar issue with latest next.js I get following error when building
|
Do you use yarn? If so, try |
@danoc it's same. Recompile of packages does'nt help. |
@Timer I've tried the canary version and set target to "experimental-serverless-trace" but I still get this error
Did you expect this to be resolved or could it be unrelated? |
@0x80 please open a new issue with a full reproduction and we can take a look. |
@Timer It seems very hard to isolate the problem. I started out with a bare simple starter repo, adding code and dependencies and matching configs, but everything kept working. When I ran out of ideas I went the other way around, starting from my full app and cutting away things. Then I discovered something very strange. Say in my pages directory I have pages A,B,C,D,E,F. It appears that if I remove either one of them, my app builds without error. But if I try to build with all pages the error returns. It's also not a question of odd/even because if I just duplicate one page like A,A*,B,C,D,E,F I still get the error. I was hoping you can give me a clue since you understand the build process. To me this is super weird behaviour and I don't know that to try next... @yalamber Since you had the same error as me, maybe you can also try to build your app with canary and the new target setting. You might have more luck then me 😄 |
My issue was resolved with this PR which is part of |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
Hello, I'm getting this error trying run yarn build. I want to deploy to now.sh my ssr app with firebase and antd. I tried npm i && npm rebuild && npm run build but it didn't work.
Solutions to another issues have not working.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
System information
The text was updated successfully, but these errors were encountered: