-
Notifications
You must be signed in to change notification settings - Fork 664
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
Cross-platform Docker setup fails on M1 mac while setting up elm using using npm install #2232
Comments
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources. |
Just ran into this same issue. A workaround I found is to specify The current release, one patch version higher at |
As an alternative |
Hi! Is it possible to merge this PR? Or to say what is the problem with it? Because I need to use a |
Hello, Any news regarding this PR? It's still a blocker for us. Thanks! |
Quick Summary:
We use docker in order to support multi-platform dev environment. On M1 macs,
npm install -g elm
fails because there is no pre-build binary forlinux_arm64
. We want to avoid having different docker for different platform.This is use-case for #2007
Additional Details
None
The text was updated successfully, but these errors were encountered: