when upgrading from [org.clojure/tools.nrepl "0.2.12"]
to [nrepl "0.4.5"]
I get this error when trying to lein repl :connect 6016
Connecting to nREPL at 127.0.0.1:6016
CompilerException java.lang.ClassNotFoundException: clojure.tools.nrepl, compiling:(/tmp/form-init7225806873867235170.clj:1:82)
#object[clojure.lang.Namespace 0x66756994 "user"]
Error loading namespace; falling back to user
nil
anyone have any ideas?
@bostonaholic I think you’ve got two options - update to lein from master
or use lein-nrepl
instead.
I think I never got to adding :connect
to lein-nrepl
, though, so probably using the newest lein is the easiest route.