Working offline with elm-test

Greetings!
We work on a private corporate network and our continuous integration server is not connected to the Internet.
We can compile elm 0.18 code offline by putting the elm-stuff directory under version control (not ideal, but it works). However, we have trouble doing the same for elm-test: it seems elm-test performs a package check every time it’s run and we get an error such as this one:

Warning: Unable to complete missing packages check - Command failed: elm-package install --yes
Error: The following HTTP request failed.
<http://package.elm-lang.org/all-packages?elm-package-version=0.18since=2018-10-25%2010%3A00%3A54.324843%20UTC>

Would you have any suggestions on how to use elm-test offline? Thanks for your help!

4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.