Fork me on GitHub
#nrepl
<
2018-11-14
>
bostonaholic00:11:58

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

bostonaholic00:11:01

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

bostonaholic00:11:06

anyone have any ideas?

bozhidar13:11:09

@bostonaholic I think you’ve got two options - update to lein from master or use lein-nrepl instead.

bozhidar13:11:25

I think I never got to adding :connect to lein-nrepl, though, so probably using the newest lein is the easiest route.