lydell/elm-watch

Unexpexcted token ?

jxxcarlson opened this issue · 1 comments

Hi, I am getting this error message:

npx: installed 24 in 1.563s
Unexpected token ?

Here is my elm-watch.json file:

{
    "targets": {
        "scripta-app": {
            "inputs": [
                "src/Main.elm"
            ],
            "output": "public/main.js"
        }
    }
}

Problem solved: an outdated version of node.