-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Elm compile: Main.elm, in web/elm, to ../static/js/main.js
-- SYNTAX PROBLEM ---------- elm-stuff/packages/elm-lang/html/1.0.0/src/Html.elm
Ran into a single quote in a variable name. This was removed in 0.18!
9| , section, nav, article, aside, header, footer, address, main', body
^
Change it to a number or an underscore, like main_ or main1
Or better yet, choose a more descriptive name!
22:49:25 - error: Compiling of web/elm/Main.elm failed. Error: Command failed: elm make --yes --output ../static/js/main.js Main.elm
-- SYNTAX PROBLEM ---------- elm-stuff/packages/elm-lang/html/1.0.0/src/Html.elm
Ran into a single quote in a variable name. This was removed in 0.18!
9| , section, nav, article, aside, header, footer, address, main', body
^
Change it to a number or an underscore, like main_ or main1
Or better yet, choose a more descriptive name!
Is given as output from building with the current elm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels