Skip to content

Please update, no longer works with latest elm #3

@LeviSchuck

Description

@LeviSchuck
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions