Elm 0.19: elm make "not enough bytes" error when compiling

Viewed 593

I am suddenly receiving this error message when compiling my app:

elm make  src/App.elm --output ../assets/javascripts/elm/App.js
elm: not enough bytes
CallStack (from HasCallStack):
  error, called at libraries/binary/src/Data/Binary.hs:212:21 in binary-0.8.5.1:Data.Binary
make: *** [App.js] Error 1

Compiler bug?

Edit: The workaround is to delete elm-stuff. Then it will compile once, and have the same bug on the next attempt.

0 Answers
Related