elm-form icon indicating copy to clipboard operation
elm-form copied to clipboard

Dependency on elm-test causes compatibility error

Open woylie opened this issue 7 years ago • 1 comments

Steps to reproduce:

  • elm init
  • elm-test init
  • elm install etaque/elm-form
  • elm-test

Versions:

  • elm 0.19.0-bugfix2
  • elm-test 0.19.0-beta10

Output:

-- INVALID PACKAGE DEPENDENCIES --------------------------------------- elm.json

The dependencies in your elm.json are not compatible.

Did you change them by hand? Try to change it back! It is much better to add
dependencies with elm install or the dependency management tool in elm reactor.

Please ask for help on the Elm slack <http://elmlang.herokuapp.com/> if you try
those paths and still cannot figure it out!

Compilation failed while attempting to build

woylie avatar Oct 19 '18 12:10 woylie

I agree that this is a problem. We've discussed moving the test helpers to a different project to keep this from being a problem. Until that happens, if you aren't using the test helpers in your main code, you should be able to unblock yourself by manually removing the indirect dependency. This clearly is not ideal, but it will work.

stephenreddek avatar Nov 01 '18 18:11 stephenreddek