Skip to content
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

"Unknown flag: --runtime" when running elm-server #632

Closed
unthingable opened this issue May 20, 2014 · 3 comments
Closed

"Unknown flag: --runtime" when running elm-server #632

unthingable opened this issue May 20, 2014 · 3 comments

Comments

@unthingable
Copy link

Following instructions from elm-platform README:

$ cat Main.elm
import Mouse

main = lift asText Mouse.position

$ elm-server
Elm Server 0.11: Just refresh a page to recompile it!
Listening on http://0.0.0.0:8000/
Unknown flag: --runtime

... after navigating to localhost:8000/Main.elm

@evancz
Copy link
Member

evancz commented May 20, 2014

Uh oh, thanks for reporting! I just uploaded a fix, so try running cabal update ; cabal install elm-server and let me know what happens.

@unthingable
Copy link
Author

That was superfast. Everything works now, thanks!

@evancz
Copy link
Member

evancz commented May 20, 2014

No problem, glad it's working!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants