Open
Description
To reproduce:
./tests/run-tests.sh
The error is:
/home/harry/repo/elm/core/tests/elm.json
Failed to read elm.json:
Expected "source-directories" to contain at least one item, but it is empty.
# clear out the copy of elm-core fetched by the above and replace it
# with the local source code we want to actually test
VERSION_DIR="$(ls ${ELM_HOME}/0.19.1/packages/elm/core/)"
ls: cannot access '/home/harry/repo/elm/core/tests/.elm/0.19.1/packages/elm/core/': No such file or directory
and then when I fix that I get:
Failed to run `elm-json solve`:
-- NO VALID PACKAGE VERSION ----------------------------------------------------
Because elm/core does not appear to exist and this project depends on elm/core
at any version, no valid set of package versions could be found.
# clear out the copy of elm-core fetched by the above and replace it
# with the local source code we want to actually test
VERSION_DIR="$(ls ${ELM_HOME}/0.19.1/packages/elm/core/)"
ls: cannot access '/home/harry/repo/elm/core/tests/.elm/0.19.1/packages/elm/core/': No such file or directory
Looks like the upgrade to [email protected]
(where we added elm-json amongst other things) caused this script to fail.
Metadata
Metadata
Assignees
Labels
No labels