我在项目中使用Chestnut Application Template for Clojure。这个项目长期运作良好,但是突然停止了。现在,即使是默认模板(没有更改)也无法正常工作:
> lein new chestnut test +re-frame
> cd test
> lein repl
Warning: implicit hook found: lein-environ.plugin/hooks
Hooks are deprecated and will be removed in a future version.
2019-01-29 17:22:39.556:INFO::main: Logging initialized @4826ms to org.eclipse.jetty.util.log.StdErrLog
REPL server launch timed out.
这与我在项目中遇到的错误相同。我正在Java 1.8.0_201 Java HotSpot(TM)64位服务器VM(Linux Mint 19.1)上使用Leiningen 2.8.3。
如果这与Chestnut模板有关,那么如何在没有模板生成代码的情况下运行项目?