-
Notifications
You must be signed in to change notification settings - Fork 35
Compilation fails on running tests #181
Comments
@mgold The suggested solution from #178:
doesn't work for me. Even though, it occasionally makes the test's build succeed, it eventually breaks again. I'll try to install |
@battermann Any new here? |
I found a workaround by using Node 6.x. With latest ubuntu docker image I cannot even install elm. I get this error:
|
I tried this on Node 8.4.0 and the current @battermann can you check out https://github.com/rtfeldman/node-test-runner locally and run |
@rtfeldman Sorry for the delay. I tried it on three different machines (on my local machine running elementary OS, in vagrant box running Ubuntu 17.04 Zesty Zapus, and in Virtual Box image Ubuntu 17.04 Zesty Zapus from osboxes.org) . It all printed "IT PASSED" at the end. |
Hi,
this might be a duplicate, or might even be an issue of another project. Anyway, since I couldn't resolve it and since it happens when running
elm-app test
(which should runelm-test
behind the scenes, I suppose) I will post it here. I tried several things to resolve but couldn't make it work. Sometimes re-installing the packages helped, sometimes not. If this is a setup / configuration problem I'd be very glad if someone could help me out and this issue can be closed. Thanks!Reproduce the error
OS
Use fresh Ubuntu box (I used Ubuntu 17.04 Zesty Zapus (Final) from osboxes.org)
nvm
Install nvm (v0.33.2):
Node
Install Node (v8.1.2)
Elm
Install Elm (v0.18.0)
create-elm-app
Install create-elm-app (v0.8.6)
Create new Elm app and run tests
Create a new app and cd to the folder:
Run tests works:
output:
Add new dependencies and run tests again
Install
elm-lang/http
in main project and test project:Running the test command again now fails:
Deleting packages and re-installing sometimes made tests work again, but then after making some other change compilation fails again.
The text was updated successfully, but these errors were encountered: