-
Notifications
You must be signed in to change notification settings - Fork 170
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 fail with node23 #303
Comments
Currently, node v23 is not supported. Only LTS node versions are. Can you paste the build failure? |
Of course. "gl": "^8.1.6", Mac:
|
Okay, looks like the error (on Mac) is specifically A workaround would be to install node 22 (instead of node 23). That version has prebuilt binaries available, so you wouldn't need to build from source. |
okay, I've tried on ubuntu and it looks like the installation and build will go through but then when you import gl it's null. i'm trying to debug it better, but if you have information about this error i appreciate your help |
Please if someone has news about Ubuntu let me know. I actually can do npm install gl and it install successfully but when I try to import it I get TypeError: Cannot read properties of null (reading 'ARRAY_BUFFER') |
Is there any more to this error? A stack trace perhaps?f |
Unfortunately no, I only receive my stack trace, but I guess that the gl bin has not been generated. It should? I've checked inside the node_modules/.bin and there is no gl. FAIL tests/concat.test.ts ● concat function › should concatenate videos successfully
|
I open the issue just to let you know, I know it exited just a few days ago
The text was updated successfully, but these errors were encountered: