Beginner in elm: I did what is described in README:
cd to examples
elm package install
me@computer:~/prg/elm/linecharts/line-charts-2.0.1/examples$ ls
Area.elm Container.elm elm.json Events3.elm Interpolation.elm Legends.elm LotsOfData.elm Simple.elm Tooltip2.elm
Axis.elm Docs Events1.elm Explanation Intersection.elm Line.elm Selection1.elm Size.elm Tooltip3.elm
BrokenData.elm Dots.elm Events2.elm Grid.elm Junk.elm Lines.elm Selection2.elm Tooltip1.elm
me@computer:~/prg/elm/linecharts/line-charts-2.0.1/examples$ elm package install
There is no package command.
Run `elm` with no arguments to get more hints.
RESULT: only a error message
elm install terezka/line-charts
elm reactor
And click on "Area.elm"
Your elm.json says this application needs a different version of Elm.
It requires 0.19.0, but you are using 0.19.1 right now.
HOW TO get the examples running?
Beginner in elm: I did what is described in README:
RESULT: only a error message