-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
muhammara.node was compiled against a different Node.js version using #374
Comments
I also experienced this, with different NODE_MODULE_VERSION (57, 93). I'll have to check but I believe this only happened to docker build, I think this worked while running locally. This happened to me when upgrading node 9(something) to 16.15.0. We initially had hummus and thought switching to muhammara would fix it. Maybe relevant info: What I've tried to fix:
Nothing I've tried has worked |
this has worked for me:
|
Make sure you install for your electron version and not for the node version or vice versa |
@depperm and for you, you need to make sure that you install "inside" of your docker container. Or a different os/arch Default libc etc |
have a read: https://www.electronjs.org/docs/latest/tutorial/using-native-node-modules |
I too am experiencing issues with my local build on MacOS: I tried everything mentioned above with no success. Running Node 20.15.1 |
please mind opening a new ticket. As the result and debugging is very very tightly coupled to your circumstances. |
is this still an issue? |
I am currently using Node.js version 20 and Electron version 29.
When I declare a Recipe using the command: const Recipe = require("muhammara").Recipe;
then I encounter the following error:
muhammara.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 93. This version of Node.js requires
NODE_MODULE_VERSION 121.
Please help me
The text was updated successfully, but these errors were encountered: