You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to either get error on the serving step (if I use the dependencies in the md document)
java.io.FileNotFoundException: Could not locate nrepl/server__init.class or nrepl/server.clj on classpath.
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate nrepl/server__init.class or nrepl/server.clj on classpath., compiling:(boot/repl_server.clj:1:1)
clojure.lang.ExceptionInfo: java.io.FileNotFoundException: Could not locate nrepl/server__init.class or nrepl/server.clj on classpath., compiling:(boot/repl_server.clj:1:1)
or the compiling step (if I use the latest dependencies)
java.lang.RuntimeException: No such var: str/includes?
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: No such var: str/includes?, compiling:(adzerk/boot_cljs/impl.clj:88:44)
clojure.lang.ExceptionInfo: java.lang.RuntimeException: No such var: str/includes?, compiling:(adzerk/boot_cljs/impl.clj:88:44)
When running
I seem to either get error on the serving step (if I use the dependencies in the md document)
or the compiling step (if I use the latest dependencies)
This seems to work out
The text was updated successfully, but these errors were encountered: