Jan Synacek
Jan Synacek
> Can anyone test running the aarch64 binary here: Seems to be working well for me. (I'm on M1 Mac using Docker Desktop and a linux container.) ``` $ uname...
With the latest release, I still get the error... Maybe the problem is that the code checks for `linux-arm64` while the binary is marked as `linux-aarch64` ? This architecture check...
Ok, I created a minimal `package.json` with the following content and it works for me: ``` { "name": "test-app", "version": "1.0.0", "devDependencies": { "elm-format": "^0.8.6", "elm-tooling": "^1.13.0", "elm": "0.19.1-4" }...
Updating `d3` to the latest version was what fixed the same issue for me.
Everything is clear now, thank you!