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.