-
Notifications
You must be signed in to change notification settings - Fork 59
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
Cannot install on arm #627
Comments
I think this comes from jsroot:
In a fresh directory, I can install just fine with npm:
So I'm unsure what the problem is with ARM (btw I also tried on a non-mac arm machine, and had the same issues) |
Tried with:
from here. With this recipe, I can install a native module that depends on node-gyp, without problems) But I tried also:
from here with no luck (same error - but to be clear, this isn't quite the same thing ... it seems to be more about cross compilation). Edit: I also tried
i.e. with |
Okay, I think this works on node v18, but not with v21. |
|
The failure mode is:
I have tried:
as proposed here: https://stackoverflow.com/questions/74239415/unable-to-install-node-canvas-on-m1-mac
But this didn't work. I think it MIGHT be related to c++17, but the instructions to:
no longer work:
The text was updated successfully, but these errors were encountered: