Open Bernardoow opened 5 years ago
I suspect this is a problem with elm-test
. Could you try using https://www.npmjs.com/package/elm-json with elm-json install --test avh4/elm-program-test
instead of elm-test install avh4/elm-program-test
and see if that works better?
Hi avh4!
I tested again with your sugestion and I got again the same error.
My steps:
-- PACKAGE CHANGES READY -------------------------------------------------------
I want to make some changes to your direct test dependencies
I want to make some changes to your indirect test dependencies
Should I make these changes? yes
6. elm-test => Run and got a error about invalid elm.json.
7. ./node_modules/elm-json/bin/elm-json install elm/json
```bash
I want to make some changes to your direct dependencies
- [ADD] elm/json 1.1.3
I want to make some changes to your indirect dependencies
- [DEL] elm/json 1.1.3
Hi @avh4 !!
I started one poc project and happend a problem.
My steps
So I compared with another package my that everything works, so I started install some packages to find the problem.
I installed elm/http and it continued with the problem. So I installed a elm/json and the tests go back works. Repo without bug