Re: [elm-discuss] Mysterious failure to find packages during compilation

2017-06-18 Thread Ilias Van Peer
Yeah, this could be caused by "conflicting packages" - seems like you may have been using a different package that has a dependency on `elm-community/json-extra`, which uses the same module names as (and supersedes) `elm-community/elm-json-extra`. Op zondag 18 juni 2017 05:08:38 UTC+2 schreef e

Re: [elm-discuss] Mysterious failure to find packages during compilation

2017-06-17 Thread erik aker
Hi, I had a similar problem today and it turned out to be related to a particular package in my elm-package.json. I noticed that after I added that package, which was "elm-community/elm-json-extra": "2.3.0 <= v < 3.0.0", that I would get this error about elm-lang/navigation. If I removed this s

Re: [elm-discuss] Mysterious failure to find packages during compilation

2017-02-22 Thread Austin Bingham
Sorry, I should have mentioned that originally. Yes, deleting elm-stuff was the first thing we tried. On Wednesday, February 22, 2017 at 11:16:37 PM UTC+1, Noah Hall wrote: > > Did you try deleting the `elm-stuff `folder and trying again? > > On Wed, Feb 22, 2017 at 6:11 PM, Austin Bingham > >

Re: [elm-discuss] Mysterious failure to find packages during compilation

2017-02-22 Thread Noah Hall
Did you try deleting the `elm-stuff `folder and trying again? On Wed, Feb 22, 2017 at 6:11 PM, Austin Bingham wrote: > I'm trying to sort out a compilation problem that I (really, a friend trying > to use my code) is seeing. In a nutshell, when he compiles my project he > sees this: > > > >

[elm-discuss] Mysterious failure to find packages during compilation

2017-02-22 Thread Austin Bingham
I'm trying to sort out a compilation problem that I (really, a friend trying to use my code) is seeing. In a nutshell, when he compiles my project he sees this: ERROR in ./src/Main.elm Module build failed: Error: Compiler process exited with error Compilation failed Could not find package