choucrifahed / sbt-elm

Scala Build Tool (SBT) plugin for the Elm programming language
MIT License
42 stars 4 forks source link

elmReactor and elmRepl don't work #21

Closed francisdb closed 5 years ago

francisdb commented 5 years ago
sbt:root> elmRepl
[error] stack trace is suppressed; run last Web-assets / elmRepl for the full output
[error] (Web-assets / elmRepl) java.io.IOException: Cannot run program "elm repl": error=2, No such file or directory
[error] Total time: 0 s, completed 19 Sep 2019, 13:00:52
sbt:root> elmReactor
[error] stack trace is suppressed; run last Web-assets / elmReactor for the full output
[error] (Web-assets / elmReactor) java.io.IOException: Cannot run program "elm reactor": error=2, No such file or directory
[error] Total time: 0 s, completed 19 Sep 2019, 13:00:58
sbt:root> elmMake
[success] Total time: 0 s, completed 19 Sep 2019, 13:01:04
sbt:root>
francisdb commented 5 years ago

looking into this one 🕵️‍♂️