Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFirst try at running elm make fails. #599
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
May 13, 2016
Contributor
As of Elm 0.17, you need elm package install elm-lang/html instead of elm package install evancz/elm-html.
|
As of Elm 0.17, you need |
jvoigtlaender
closed this
May 13, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
yb66
May 13, 2016
Thanks, but I still get an error:
$ elm package install elm-lang/html
To install elm-lang/html I would like to add the following
dependency to elm-package.json:
"elm-lang/html": "1.0.0 <= v < 2.0.0"
May I add that to elm-package.json for you? (y/n) y
Error: Unable to find a set of packages that will work with your constraints.
Is there something else I need to do?
yb66
commented
May 13, 2016
|
Thanks, but I still get an error:
Is there something else I need to do? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
jvoigtlaender
May 13, 2016
Contributor
Well, you should delete the now obsolete evancz/elm-html line from your elm-package.json, of course.
|
Well, you should delete the now obsolete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yb66 commentedMay 12, 2016
Hi,
I installed Elm on OSX 10.9.5 Mavericks yesterday using Elm Platform package installer 0.17. I thought I'd try out the Buttons tutorial on my machine, but I got an error message:
I found this StackOverflow answer that suggests running
elm package install evancz/elm-html. That leads to:Error: Unable to find a set of packages that will work with your constraintsThe elm-package.json that was generated looks like this:
Any help, much appreciated. If this isn't the right place to open this issue please point me in the right direction.
Regards,
iain