-
Notifications
You must be signed in to change notification settings - Fork 66
elm-make: Map.!: given key is not an element in the map #254
Comments
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. |
Today, a simple :
And the bug is here again. |
I had the same problem referenced in the google group happen after running |
The same issue was also reported as elm-lang/elm-make#133. |
We get this every 50 builds or so, elm 18. Usually delete elm-stuff as a work around. |
I don't think there is enough here to reproduce and debug this. Is it possible to pin this down more precisely? If so, someone please open a new issue that explains how to reliably reproduce. Does OS matter? Does hand modifying |
It looks like it might be a package integrity error. Removing elm-stuff and running elm-package install again fixed my issue today. |
Ran into this just now on elm 0.18.0 on osx.
|
Same description as @drathier (starting at 4. - I just installed a package), also Elm 0.18 and MacOS. |
osx sierra, adding a new dependency: url-parser to elm-package.json, after which
Of the upgrade packages: elm-base64 is direct dependency listed in elm-package.json, but the erl package is not (explicitly listed). Deleting the elm-stuff directory and re-compiling as work-around works. No luck in re-producing the issue on a smaller scale... |
Happened after updating existing deps
...
|
Just pinging for this has just happened to me. No idea how to reproduce, installed |
About this message
google discussion
I've kept the whole directory with this problem.
try with : elm-make http.elm
elmOld.tar.gz
The text was updated successfully, but these errors were encountered: