Fork me on GitHub
#clj-kondo
<
2023-11-30
>
timo11:11:01

I just had the problem that I was getting an error when trying to start my server:

#error {}
 :cause "Could not locate hiccup/hooks__init.class, hiccup/hooks.clj or hiccup/hooks.cljc on classpath."
 :via
 [{:type java.io.FileNotFoundException
   :message "Could not locate hiccup/hooks__init.class, hiccup/hooks.clj or hiccup/hooks.cljc on classpath."
   :at [clojure.lang.RT load "RT.java" 462]}]
and I was searching for it in my sourcecode but in the end I had to delete clj-kondo config for it to work. How is it possible that clj-kondo breaks my application when starting from the repl?

borkdude11:11:34

Perhaps you are using some plugin which loads any .clj file on the classpath or so?

timo11:11:12

probably, integrant.repl shows up on the stacktrace

timo11:11:34

maybe my nvim plugin