-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
node v19.8.1 install Error #87
Comments
Trouble installing 16.0.11 on 14.21.3 as well npm ERR! code ELIFECYCLE |
Tried installing on 19.5.0 this morning and worked fine, not sure why, |
Having same problem with v20.0.0:
|
Same on mac ventura, node v20.0.0. I can downgrade to node 18.16.0 to get it to install. |
Seeing this, I thought maybe I could install from git. Seems like it finds bindings.gyp, but not
I followed the path of how to install it all from source:
This appears to need key stuff which seems to need
Since it works fine on node 18.16.0, and installs
|
I am a maintainer on node-raylib and we do prebuilds for different platform/arches in a Github action, and figure out if it needs to be built/downloaded in postinstall. For most people, it just downloads a small DLL at install-time, but for platforms we don't have builds for (M1 for example, since there isn't an easy way to build for mac-arm64 on Github actions) it downloads all deps (raylib) and runs build on the user's machine. Maybe a similar automation path would help here? I can help set it up, if there is interest. |
It's already Nov 2024, I believe that we should have prebuild binaries for recent nodejs versions :/ |
Version
Error executing npm install frida
The text was updated successfully, but these errors were encountered: