You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2018. It is now read-only.
tried to elm-package install one with elm-http 2.0.0 <= v < 3.0.0
This gave an error about "Unable to find a set of packages that will work with your constraints." which is fine
tried to elm-make my project again
This gave an error about the package I tried to install being installed incorrectly: "your elm-package.json file says you depend on package jessitron/elm-http-with-headers,
but it looks like it is not properly installed. Try running 'elm-package install'."
The request:
If elm-package fails to install a library, it should please not leave elm-package.json in an invalid state.