Created
July 16, 2018 18:31
-
-
Save sproctor/338b58629612a05082e54aee0a4d5095 to your computer and use it in GitHub Desktop.
elm console output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sproctor@nickel:~/Code/ScrapReceipts$ elm-package install elm-community/list-extra | |
To install elm-community/list-extra I would like to add the following | |
dependency to elm-package.json: | |
"elm-community/list-extra": "7.1.0 <= v < 8.0.0" | |
May I add that to elm-package.json for you? [Y/n] y | |
Error: I cannot find a set of packages that works with your constraints. | |
One way to rebuild your constraints is to clear everything out of the | |
"dependencies" field of elm-package.json and add them back one at a time with | |
`elm-package install`. | |
I hope to automate this in the future, but at least there is a way to make | |
progress for now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment