Closed AdrianoFerrari closed 9 years ago
Cloning this and running elm-make Todo.elm installs 1.1.0 of core, elm-html, and virtual-dom, but I still get:
elm-make Todo.elm
Error in Todo.elm: Type Error: 'main' must have type Element or (Signal Element). Instead 'main' has type: Signal.Signal Html.Html
Could it be that all the examples have been switched to "main gets Html", but 1.1.0 still expects Element?
Silly mistake: upgrade to elm 0.14.1 needed.
No worries, it was a fairly quiet announcement. Glad it's working for you again!
Cloning this and running
elm-make Todo.elm
installs 1.1.0 of core, elm-html, and virtual-dom, but I still get:Could it be that all the examples have been switched to "main gets Html", but 1.1.0 still expects Element?