You may have got an Access violation
error when trying to run various elm commands on windows. The problem was with GHC (the compiler used to make the elm compiler). This version of the elm has been built from an older version of GHC (8.0.1) which doesn't have that bug, and any changes in the code required to work with that version were made.
Learn about the Elm programming language at elm-lang.org.
- Install elm by following [these instructions][installer].
- Download the latest bugfix release, unzip and replace your elm.exe with the one just downloaded. For me the path was at
C:\Program Files (x86)\Elm\0.19\bin
[installer]: https://guide.elm-lang.org/install.html
Original github thread discussing this issue.