The problem appears that on my working macbook, the core dependency 
generated by "elm package install" is listed as
    "elm-lang/core": "4.0.1 <= 5.0.0"

but on my iMac, it is:
   "elm-lang/core": "3.0.0 <= 4.0.0"

This is in the elm-package.json file.  I've reinstalled elm 0.17 twice now. 
I've confirmed /usr/local/bin/elm is the May 8 binary, same as on macbook. 
 I don't understand why it's generating the wrong elm-package.json on my 
iMac.  

--bill

On Wednesday, June 1, 2016 at 1:30:01 PM UTC-7, William Bailey wrote:
>
> Last night I upgraded my MAC laptop to elm 0.17.  No problems.
>
> Today I'm doing the same on my iMAC.  Install of binaries succeeded.  But 
> then in an empty directory:
>
> % elm package install
> Error: unable to find a set of packages that will work with your 
> constraints
>
> It did create an elm-package.json which appears ok.  Any ideas?
>
> cat elm-package.json 
>
> {
>
>     "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": "3.0.0 <= v < 4.0.0"
>
>     },
>
>     "elm-version": "0.17.0 <= v < 0.18.0"
>

-- 
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