Closed ChristophP closed 4 years ago
Oh interesting, it seems like elm
itself is complaining, and then Elm 0.19.1 refuses to compile projects that set elm-version to 0.19.0 <= v < 0.20.0
?
Oh, or maybe this only affects application projects which probably set a single Elm version instead of a range
If the latter, the fix might be to just update https://github.com/avh4/elm-upgrade/blob/master/upgrade.js#L368 if someone's able to make a PR (or even better to set that based on the version reported by the elm binary that's found)
Ah yeah, setting it based on the elm version should it fix. I may be able to take a look over the weekend.
Fixed in v0.19.7, thanks!
I tried to upgrade my project whihc was running on elm 0.18.0 straight to 0.19.1. But elm-upgrade failed updating my dependencies. So I installed elm 0.19.1 globally and then ran elm-upgrade.
It said this a lot and failed to update the dependencies:
Here's the full output: