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

Cryptic Error message: elm-make: Map.!: given key is not an element in the map #761

Closed
dimus opened this Issue Nov 27, 2016 · 3 comments

Comments

Projects
None yet
4 participants
@dimus

dimus commented Nov 27, 2016

Elm 0.18, OS Ubuntu 16.04, using docker (Dockerfile, docker-compose.yml)
A cryptic error message elm-make: Map.!: given key is not an element in the map started to appear during compilation. Incidentally, it started to happen after I installed elm-lang/http package. Deleting elm-stuff and recompiling fixed the problem.

Sadly I do not know how to reproduce this bug, but it looks like it happened to others as well.

@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Nov 27, 2016

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Nov 27, 2016

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@hojberg

This comment has been minimized.

Show comment
Hide comment
@hojberg

hojberg Nov 27, 2016

I've heard this was if there were 0.17 things sitting around in elm-stuff for some reason. Deleting elm-stuff worked for me too.

hojberg commented Nov 27, 2016

I've heard this was if there were 0.17 things sitting around in elm-stuff for some reason. Deleting elm-stuff worked for me too.

@jvoigtlaender

This comment has been minimized.

Show comment
Hide comment
@jvoigtlaender

jvoigtlaender Nov 27, 2016

Contributor

Even if there is more to this than an 0.17-to-0.18-upgrade issue, it seems to belong in the https://github.com/elm-lang/elm-compiler repo, not here.

Thus, I'm closing the issue here.

Contributor

jvoigtlaender commented Nov 27, 2016

Even if there is more to this than an 0.17-to-0.18-upgrade issue, it seems to belong in the https://github.com/elm-lang/elm-compiler repo, not here.

Thus, I'm closing the issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment