-
Notifications
You must be signed in to change notification settings - Fork 9
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 module fails to install on Apple M1 #93
Comments
Seems to depend on upstream work: google/cpu_features#150 (see also mscdex/cpu-features#6). Also there might be more to M1/ARM support and running openwhisk containers locally, as these containers will be x86 vs. ARM locally, but there might be some nodejs modules shared between the two. I don't have an M1/ARM available at the moment to test any of this, so contributions are welcome :) |
I noticed that you are using node 14.18, but M1 support only reached nodejs starting in v16. Maybe it already solves the issue. I also don't see how You could try install from master (after you switched to node 16+):
Let me know if that helps... |
@alexkli i can confirm that with node LTS (16+) it works fine. |
The text was updated successfully, but these errors were encountered: