Open sentience opened 4 years ago
For people stumbling on this post, this could also happen it seems if you have a dependency X with a given version (say 8.0.4
) and are trying to installing a new library Y which also has a dependency with X, but with an incompatible version (say < 7.0.0
).
Intending to install elm-community/list-extra, I mistakenly typed:
…which refers to the obsolete elm-community/elm-list-extra repo.
The error this produced was confusing:
The JSON data in question does not appear to be corrupted.
The error should probably have told me that I was attempting to install an obsolete package name/version, because the package registry claims the package in question is only compatible with Elm 0.18.0.