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
I've installed latest elm, but I don't have elm-package on the command line.
How hard would it be to update this tutorial to latest build chain?
I went to part1/ and ran elm-upgrade and got elm make Main.elm to compile
but then elm-live Main.elm --open --output=elm.js returns:
elm-live:
I can’t find the command elm-make!
Looks like elm-platform isn’t installed. Make sure you’ve followed
the steps at https://git.io/elm-platform and that you can call
elm-make from your command line.
The text was updated successfully, but these errors were encountered:
I've made a direct port of this repo to Elm 0.19.1 in this fork: https://github.com/svitebskiy/elm-workshop.
I believe it is still relevant as some learning sites, like PluralSight, still only have the older 2018 version of this workshop, and setting up separate a working Elm 0.18 environment is a bit of a pain right now.
I've installed latest elm, but I don't have
elm-package
on the command line.How hard would it be to update this tutorial to latest build chain?
I went to
part1/
and ranelm-upgrade
and gotelm make Main.elm
to compilebut then
elm-live Main.elm --open --output=elm.js
returns:The text was updated successfully, but these errors were encountered: