-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
appimage 9.0.2 The module '/srv/node_modules/rabin-bindings/build/Release/rabin-bindings.node' was compiled against a different Node.js version using #2260
Comments
Do you have |
Yes. It looks like this binary that is being downloaded after the rebuild was built using a different node version. |
Had similar issues and it was problem of my config. Trying now with my project and works fine. Maybe try comparing your package.jsons with mine? Works fine for me on: https://github.com/hovancik/stretchly/tree/release/0.12.0 |
@neurosnap were you able to figure this out? Same issue on this end. |
No I temporarily disabled AppImage from my distributions
…On Mon, Nov 6, 2017 at 3:51 PM Jayson Lindsley ***@***.***> wrote:
@neurosnap <https://github.com/neurosnap> were you able to figure this
out? Same issue on this end.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2260 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB2bjdV6iXqbZIPVLQ48PMgYLX8i3hKEks5sz3FQgaJpZM4QP5Y8>
.
|
I was able to do a few things to fix it: rm -rf node_modules/rabin-bindings/build/Release/
cd node_modules/rabin-bindings/
node-gyp rebuild
# Then back in the root project
./node_modules/.bin/electron-builder --prepackaged build/mac/[name].app/ I don't exactly know why this happened, so I ended up rolling back electron-builder to version 19.37.2 which seems to have fixed everything without needing to step into the rabin-bindings module. Odd. |
This issue still happens in the latest release. 19.45.2 |
I fail to install my boilerplate using electron-builder. It's trying to node-gyp rebuild some "rabin-bindings" and 404s on |
The rabin dependency was added as part of commit 1dc2e49, so 19.36.0 onward exhibit this issue. (19.35.1 works) |
To avoid such errors in the future, we will get rid of NodeJS and this logic will reimplemented using Go. |
I have finally get rid of NodeJS — logic implemented in Go. Enjoy reliability, performance and reduced memory usage. |
The text was updated successfully, but these errors were encountered: