That seems like a case where Elm could have given you a better message--perhaps a warning that some packages were skipped because the Elm version and the package version reduced the subset of acceptable packages to zero?
On Fri, Mar 17, 2017 at 1:44 AM, Matthieu Pizenberg < [email protected]> wrote: > Oups sorry for the noise discussion thread. > A wrong copy paste and my version specified for elm-navigation was too old > (1.0.1 instead of 2.1.0). This was causing elm-package to do nothing. > > > On Friday, March 17, 2017 at 3:34:26 PM UTC+8, Matthieu Pizenberg wrote: >> >> Hi, did something like this already happened to you? >> >> My elm-package.json : >> >> { >> ... >> "dependencies": { >> "elm-lang/core": "5.1.1 <= v < 6.0.0", >> "elm-lang/html": "2.0.0 <= v < 3.0.0", >> "elm-lang/window": "1.0.1 <= v < 2.0.0", >> "elm-lang/navigation": "1.0.1 <= v < 2.0.0" >> }, >> "elm-version": "0.18.0 <= v < 0.19.0" >> } >> >> When I remove elm-stuff and use the command: elm-package install, it does >> nothing >> >> $ elm-package install >> Packages configured successfully! >> >> But elm-stuff/packages is empty and nothing get installed. I don't see >> what could possibly be wrong since last night when it was working ... >> > -- > 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. > -- 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.
