-
Notifications
You must be signed in to change notification settings - Fork 662
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
error installing npm package #838
Comments
The command was:
|
This was on Linux with WSL. I tried on the same repository on MacOS and I get a very similar message. |
@pablocar80 I had the same issue using V18 of node worked as a tempoary solution |
Same issue |
Same issue. Can't install this. |
Same issue on MacOS |
same problem here. |
My dirty workaround: add to package.json |
Thanks weagle08 for pointing me in the right direction through #836 . I was able to update the dependencies as per weagle08's fork. The build works with Node v22.14.0. It does not work on 22 due to a bug in vinyl js which gulp depends on - gulpjs/vinyl-fs#350. Node 23 doesn't work due to stackgl/headless-gl#303. Also, the gulp build addon for streamx needed to be changed as per gulpjs/gulp#2802. The PR is #840. I am using gpu.js in browser and was able to verify that our use case seemed to work as expected with the built dist files. The tests passed fine but am not sure what other functionalities are affected by this update. |
We need this functionality in every node version from so on. |
Error output:
The text was updated successfully, but these errors were encountered: