hi, i’ve started an nrepl server on localhost on port 10001 in my project, and do lein run
to start the service - i want to connect with lein repl :connect 10001
, and i get
$ lein repl :connect 10001
Connecting to nREPL at 127.0.0.1:10001
Syntax error (ClassNotFoundException) compiling at (form-init1478606774410892161.clj:1:82).
nrepl.core
#object[clojure.lang.Namespace 0xeb4ccec "user"]
Error loading namespace; falling back to user
nil
user=>
i’ve messed with putting nrepl
itself in my dependencies, to no avail
i have nothing in my home directory at all (it’s a docker container), so profiles.clj
isn’t around
i’m a little at a loss, and would love any advice
i also get
Syntax error (ClassNotFoundException) compiling at (form-init1478606774410892161.clj:1:131).
complete.core
when i try to use tab completion