-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
cpu-features: Apple Silicon not supported #761
Comments
It is a dependency of ssh2. So no ssh tunneling for you :/ . You're in bad luck with your apple hardware right now, I know it is a pain in the ass which is why in all projects we're working on we officially banned m1 hardware completely (after it cost us many many hours of trying). So this means I also don't have any such hardware available, and wont have, so you're on your own if you want to fix this issue. The SSH Tunnel feature is especially important in enterprise environments with tight security constraints, so you might or might not need it. If you want this fixed, please go upstream to tunnel-ssh, ssh2 and https://github.com/mscdex/cpu-features and see if they either already fixed that issue (kindly report me if this is the case then we can give it a bump) or open tickets there respectively. |
I ran into the same |
Same issue as above. Maybe |
Also have the issue, +1 for optional peer dep. |
I understand you feel pain, but you must realize that this is a massively used package and not a wish palace. We won't make this an optional peer dependency because this would be a breaking change. A breaking change only for a minority group is not acceptable. I repeat what I wrote already earlier. Check with the upstream module to get it working with m1, and then we will happily bump the package. Unfortunately, it is what you buy in when you buy an m1, an incomplete ecosystem, this is something you have to deal with, not everyone else. So no +1 in this issue will ever help it get resolved, only your brainpower can help and would be very appreciated, by us, by the maintainer of the packages mentioned and the open source community. |
Another option is to extract a core npm package without the dependency which this package uses. That wouldn't be a breaking change. I can understand it's more work to maintain two packages so not ideal.
I'm on an Intel Mackbook Pro and ran into this error. It's not specific to M1. Thanks for your time considering this issue. |
well then you placed your answer in the wrong issue, this issue is about m1 only @ryanb . please file a new issue and try to point down the issue so that can be solved independently. |
As far as I see, |
nah that is wrong. works on intel just fine, works on docker image node:14 just fine (never use alpine and slim images, they can't work when native addons are implied, if you need it slim in total put together a proper build pipeline). windows was never on the supported so not sure. |
i locked this issue, since every new comment is about non apple silicon problems. please open a separate ticket and properly 100% reproducible document the issue |
I'm submitting a...
Summary
When installing on Apple Silicon (arm64) with
yarn
I get the following error. Is this something that can safely be ignored, or do you actually need thecpu-features
package?Environment / Setup
The text was updated successfully, but these errors were encountered: