lagom/lagom.github.io

Running sbt run fails without running web-stage first

Closed this issue · 1 comments

Error

java.io.IOException: Cannot run program "python" (in directory "/Users/tmoore/Projects/lagom.github.io/target/web/stage"): error=2, No such file or directory

Reproduction

rm -r target && sbt run

Workaround

sbt web-stage run

After merging #48 this is no longer an issue. closing...