Open smucode opened 3 years ago
Thanks for reporting this! To set expectations:
Finally, please be patient with the core team. They are trying their best with limited resources.
Same as https://github.com/elm/compiler/issues/2171
This issue has a workaround described here, in case anyone need it: https://package.elm-lang.org/packages/NoRedInk/noredink-ui/latest/
npx -p elm@0.19.0-no-deps elm bump
For reference, npx elm@0.19.0-no-deps
no longer works. Running this command makes the problem more explicit I think npm i -g elm@0.19.0-no-deps
:
npm ERR! I got a "404 Not Found" trying to download from the following URL:
npm ERR! https://github.com/elm/compiler/releases/download/0.19.0/binary-for-mac-undefined.gz
So the workaround described there doesn't work anymore, at least on M1 Macs. I was able to install it from https://github.com/elm/compiler/releases.
Quick Summary: ???
Running
elm bump
on the projectsmucode/elm-flat-colors
using0.19.1
I get this error:SSCCE
elm bump
orelm diff
Additional Details
???