Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
baibhavbista opened this issue May 30, 2021 · 0 comments

Comments

@baibhavbista
Copy link

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"]

@baibhavbista baibhavbista changed the title lein run gives java.io.FileNotFoundException (with fix) lein run gives java.io.FileNotFoundException using newer versions of nrepl (with fix) May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant