-
Notifications
You must be signed in to change notification settings - Fork 42
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 Error #365
Comments
Fixed this error by installing node 12.7 (I'm using NVM, so I can just install it and still use 22.3) |
I got it to run with node 18 and 16. Seems like it can't run node 22.3 |
There's no prebuilt binaries for node > 18, I haven't put much time into maintaining the project lately. I'm not sure if it builds from source in node 22, you could try |
I ran again the publishing script, which had failed previously. It has become flaky because I haven't had time to maintain the project, and the virtual environments seem to change occasionally. It has succeeded for node 16 & 18 on linux: That's as much as I can do, I should probably mark the project as low-maintenance. |
I need to make a GTK app in JavaScript (as I don't know python that much and prefer JS) that is a utility to update an operating system named Nyarch.
However, after installation of
node-gtk
, I came accross an issue:I made my project, files, and ran it (node src/main), and got a pretty little error from node:
And node is right, the file
node-v127-linux-x64/node_gtk.node
does not exist.Can anyone help me out?
I'm on Arch Linux with Node 22.3.0.
The text was updated successfully, but these errors were encountered: