Closed u0421793 closed 7 years ago
This worked for me:
elm-package install elm-lang/html Some new packages are needed. Here is the upgrade plan.
Install: elm-lang/core 5.1.1 elm-lang/html 2.0.0 elm-lang/virtual-dom 2.0.4
Do you approve of this plan? [Y/n]
That's interesting. You've typed a different line, not the one I was told to. Yes, it appears it now works with that unexpected and undocumented dash between elm
and package
. Thanks.
@u0421793 what OS are you using? You are not the first one that had trouble with elm package
.
linux
I have replaced elm package
with elm-package
as this have created issues a couple of times.
On the first step of the first page in which I'm supposed to type stuff in from, https://www.elm-tutorial.org/en/01-foundations/01-hello.html the first thing I type fails:
elm package install elm-lang/html
This gives me this error message:
There is no explanation for what to do when I get such an error. Should I continue learning?