Elm 0.19.0 installed twice - once via npm into ~/.npm-global, once using package installer download linked at https://guide.elm-lang.org/install.html
macOS 10.13.6
Safari browser
To reproduce:
main : Program () Model.Model Msg.Msg with Browser.element at the top level, run elm reactorelm reactorindex.html and no output on the console running elm reactor.When you run elm make src/Main.elm it produces a index.html file.
When you use elm reactor it lets you browse files:
.elm file, it will compile it on refresh..json file, it just shows it..jpg file, it just shows it..html file, it just shows it.So if you are just looking at a .html file but not running elm make, no change should happen.
It sounds like you are expecting a different workflow, but this is the one we have right now.
Ask the folks on discourse or slack if you have further difficulties.
Most helpful comment
When you run
elm make src/Main.elmit produces aindex.htmlfile.When you use
elm reactorit lets you browse files:.elmfile, it will compile it on refresh..jsonfile, it just shows it..jpgfile, it just shows it..htmlfile, it just shows it.So if you are just looking at a
.htmlfile but not runningelm make, no change should happen.It sounds like you are expecting a different workflow, but this is the one we have right now.
Ask the folks on discourse or slack if you have further difficulties.