I installed elm for mac this morning (within the last hour). 

Then I created a directory myproj and in that directory ran the following 
command:

elm-package install 


and got the following elm-package.json file 


{
    "version": "1.0.0",
    "summary": "helpful summary of your project, less than 80 characters",
    "repository": "https://github.com/user/project.git";,
    "license": "BSD3",
    "source-directories": [
        "."
    ],
    "exposed-modules": [],
    "dependencies": {
        "elm-lang/core": "4.0.1 <= v < 5.0.0"
    },
    "elm-version": "0.17.0 <= v < 0.18.0"
}%

Then I typed 

elm-package install evancz/elm-html

It asked me the following:

To install evancz/elm-html I would like to add the following
dependency to elm-package.json:

    "evancz/elm-html": "4.0.2 <= v < 5.0.0"

May I add that to elm-package.json for you? (y/n)

I pressed 'y' and got the following error:

Error: Unable to find a set of packages that will work with your constraints
.

I know other people have asked about this. However, one, I think they were 
using other packages and another elm version. The solutions were for those 
specific cases. 

I would appreciate any help in fixing this problem. I just bought the 
Pragmatic programmer course on Elm this morning  and am looking forward to 
getting started on this.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to