osu-cascades / ecotone-web

Monitoring native plants & biodiversity at OSU Cascades.
http://ecotone.osucascades.edu
MIT License
6 stars 9 forks source link

Fix travis webpack issue #115

Closed ybakos closed 6 years ago

ybakos commented 6 years ago
Webpacker is installed 🎉 🍰
Using /home/travis/build/osu-cascades/ecotone-web/config/webpacker.yml file for setting up webpack paths
[Webpacker] Compiling assets 🎉
[Webpacker] Compilation Failed
yarn run v0.27.5
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command "webpack" not found.
The command "bundle exec rspec" exited with 1.
ybakos commented 6 years ago

See support response and instructions.

ybakos commented 6 years ago

After dissecting the issue on Travis, I found that it is elm-make that is slowing up the process. See https://github.com/elm-lang/elm-compiler/issues/1473

OMG