mpdairy / posh-todo

An example todo application using Posh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lein run gives java.io.FileNotFoundException using newer versions of nrepl (with fix)

baibhavbista opened this issue · comments

Does not work out of the box when running the command lein run -m clojure.main script/figwheel.clj.

The following exception is raised:
java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/middleware/interruptible_eval__init.class or clojure/tools/nrepl/middleware/interruptible_eval.clj on classpath.

A simple fix (that does not require updating dependencies) is to add an old version of org.clojure/tools.repl to the dependencies.

In project.clj -> :dependencies, add:
[org.clojure/tools.nrepl "0.2.13"]