node-sdl
node-sdl copied to clipboard
Compatibility (gl): Issues while installing on node 22+
Note: this was meant for the fork of headless-gl that's compatible with this library, but issues aren't open there.
So, whenever I run npm install @kmamal/sdl @kmamal/gl
on a node version over 22, it fails when attempting to install gl.
I know that there are no prebuilt versions, but regular gl, headless-gl works and installs fine. I believe it's because your patches modify something in the bindings.gyp file that locks it to versions under 22. It would be appreciated if you would mind creating a prebuilt version, or just moving it to N-API.
Thanks!