Closed azazdeaz closed 8 years ago
I believe the changes shown in https://github.com/elm-lang/elm-package/pull/177#issuecomment-222916014 will directly address the "upgrading is hard" scenario that you faced. I cannot recreate your scenario exactly, but the new version would have given you something like:
--> There are no versions of mgold/Elm-Random-Sampling that work with Elm 0.16.0.
Maybe the maintainer has not upgraded it yet?
Thanks for the report!
Hi, i just started with elm, so maybe i just messed up something and it's not an error.
After i updated Elm to v0.16 my refreshed my elm-package.json looked like this:
and for
elm package install
i got this error messagebut when i removed the
evancz/elm-svg
dependency from the elm-package.json i got this:Later i figured that
mgold/Elm-Random-Sampling
was renamed tomgold/elm-random-sample
so i changed it and now everything works well but it would be nice to make this error more straight forward.