-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting a invalid Json error #27
Comments
I also see this. It works with Elm 0.19.0 |
Hello, I had the same issue. Is there any solution? Thanks. (elm 0.19.1, elm-test 0.19.1, windows 10) |
It seems like the issue is related to elmi-to-json (which is used in the outdated [email protected] that is currently hardcoded in elm-coverage). At least the error message looks like the one reported in elm-test rtfeldman/node-test-runner#258 (comment) and there it was solved by removing elmi-to-json. In my tests, elm-coverage reports were generated on linux and windows when used with the current [email protected]. |
Should be fine with latest (>0.4.0) version 🎉 |
Hello folks, I'm getting an error trying to run the
elm-coverage
Received invalid JSON from test interface search: SyntaxError: Unexpected token e in JSON at position 0
I notice that this come fromelm-test --compiler /Users/jouderianjr/.npm-global/lib/node_modules/elm-coverage/bin/fake-elm tests/
.The thing is when I run
elm-test
it works and all the tests pass. does someone know what could be wrong?P.S it is elm 0.19.1
The text was updated successfully, but these errors were encountered: