-
Notifications
You must be signed in to change notification settings - Fork 45
bad error when bad constraint is added by hand #117
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. |
Can you give more information about your setup? What is the content of your From the message, it looks like you got your project into a weird configuration with the steps you took to get there. |
I had an existing project that I wanted to add keyboard support to, so I added Easy way to reproduce: Add this file to a clean directory
run Now edit the last line of the dependencies to read
and run It should fail with a helpful error message when it fails to generate |
Thanks for the report for when things are added by hand. For now I recommend using commands like |
ah :) didn't realise that elm-package would do this for me. |
elm version: 0.17
I added
"elm-lang/keyboard": "1.1.0 <= v < 2.0.0"
to myelm-package.json
(should have been1.0.0
, since that's the latest available version) and ranelm-make
. It failed withwhich is technically correct, but doesn't really explain the problem.
The text was updated successfully, but these errors were encountered: