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 has been archived by the owner on Aug 23, 2018. It is now read-only.
I was trying to install the elm-community/elm-history -y to an Elm project I'm working on.
I ran this command: elm-package install elm-community/elm-history -y
and got this error message:
Error: I cannot find a set of packages that works with your constraints.
--> There are no versions of elm-community/elm-history that work with Elm
0.18.0. Maybe the maintainer has not updated it yet.
I found its GitHub repo and saw that the package was deprecated.
However, the package was still added to the elm-package.json file even though it was not successfully installed.
This makes subsequent runs of elm-package install fail because I now have an invalid package in the elm-package.json file.
Expected Behaviour:
The invalid package name should not be added to the elm-package.json file
This is on elm-package 0.18.0
The text was updated successfully, but these errors were encountered:
kevgathuku
changed the title
Packages added to elm-package.json even when they are not available
Packages added to elm-package.json even when they are not successfully installed
May 4, 2017
I was trying to install the
elm-community/elm-history -y
to an Elm project I'm working on.I ran this command:
elm-package install elm-community/elm-history -y
and got this error message:
I found its GitHub repo and saw that the package was deprecated.
However, the package was still added to the
elm-package.json
file even though it was not successfully installed.This makes subsequent runs of
elm-package install
fail because I now have an invalid package in theelm-package.json
file.Expected Behaviour:
The invalid package name should not be added to the
elm-package.json
fileThis is on elm-package 0.18.0
The text was updated successfully, but these errors were encountered: