Fork me on GitHub
#reagent
<
2022-06-12
>
Karan Ahlawat03:06:46

Hello, I'm trying to get reagent working with deps.edn and shadow-cljs.edn. I am able to get the server running, but as soon as I add a dependency on Reagent, shadow-cljs tells me that it couldn't resolve reagent.core? Would appreciate any help.

Karan Ahlawat03:06:55

So apparently I had to include the dependencies in deps.edn, since I'm using the clojure CLI to run shadow-cljs