Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Dependency on elm-test causes compatibility error #114

Open
woylie opened this issue Oct 19, 2018 · 1 comment
Open

Dependency on elm-test causes compatibility error #114

woylie opened this issue Oct 19, 2018 · 1 comment

Comments

@woylie
Copy link

woylie commented Oct 19, 2018

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
@stephenreddek
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants