-
Notifications
You must be signed in to change notification settings - Fork 66
elm-package doesn't install a seemingly valid elm-package.json dependencies #274
Comments
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
FWIW |
I think I've hit the same issue, and the package server is up. To replicate:
does not install anything but says it was successful, while just changing the versions
will return a valid upgrade plan. Weird. |
I'm seeing the same issues as above. Run:
|
I'm experiencing the same issue, but only on windows it seems. I do not have the same problem on OSX. |
Sooo...I got it working by deleting the tests folder and reinitializing with |
I found that it seems to happen while there is an |
Using elm 0.18.0 installed from npm, using node v7.8.0 and npm v4.6.1.
In a new empty tmp directory, create a
elm-package.json
file with this content:Install:
Now look at the content of
elm-stuff
:Looks fine, right? Now inspect the
packages
folder, it's empty. Andexact-dependencies.json
exposes an empty object:This started happening this morning after strange failures on Travis for the tooty project, where the test env couldn't be installed at all. I reduced the problem to the setup exposed above, which fails both on my machine and Travis.
I don't have a clue what triggered this behavior change, I didn't install anything new, yesterday everything was fine. Very, very strange.
The text was updated successfully, but these errors were encountered: