rtfeldman / elm-workshop

An introductory Elm workshop. Video available on Frontend Masters!
https://frontendmasters.com/courses/elm/?u=ea0ec073ea98046a6a26ccd9a0adede4d5458676
Other
441 stars 173 forks source link

Issue with Elm-live #14

Closed karismatic-megafauna closed 7 years ago

karismatic-megafauna commented 7 years ago
~/Code/elm-workshop/part1
master ❯❯ elm-live Main.elm --open --pushstate --output=elm.js
zsh: command not found: elm-live

Seems like https://github.com/tomekwi/elm-live isn't in the elm-package.json, should it be?

Thanks!

rtfeldman commented 7 years ago

elm-live comes from npm - check out Step 4 of Getting Started 🙂

karismatic-megafauna commented 7 years ago

Ah! Thank you :)