Hi boot-clj team,
Recently I've started to come across the following error on global boot repl
Abhinavs-MacBook-Pro:~ eklavya$ boot repl
nREPL server started on port 53091 on host 127.0.0.1 - nrepl://127.0.0.1:53091
java.lang.Exception: No namespace: reply.eval-modes.nrepl found
REPL-y 0.4.1, nREPL 0.4.4
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_172-b11
Exit: Control+D or (exit) or (quit)
Commands: (user/help)
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Find by Name: (find-name "part-of-name-here")
Source: (source function-name-here)
Javadoc: (javadoc java-object-or-class-here)
Examples from clojuredocs.org: [clojuredocs or cdoc]
(user/clojuredocs name-here)
(user/clojuredocs "ns-here" "name-here")
boot.user=>
Please let me know how to resolve this.
Hi
boot-cljteam,Recently I've started to come across the following error on global
boot replPlease let me know how to resolve this.