Fork me on GitHub
#shadow-cljs
<
2020-10-15
>
macrobartfast00:10:14

after creating a project with

lein new re-frame demorf +cider
and then
lein deps
and
npm install
and then running in emacs
cider-jack-in-cljs
I got a user> prompt, but attempting to eval the :require statement in core.cljs with
cider-eval-defun-at-point
generated
Unhandled java.io.FileNotFoundException
   Could not locate reagent/dom__init.class, reagent/dom.clj or
   reagent/dom.cljc on classpath.
which I assume will apply to every dependency. How should I start troubleshooting this?

macrobartfast00:10:56

I just realized I probably posted this to the wrong channel… it’s a re-frame template… got mixed up.

macrobartfast01:10:40

I got an answer in #clojurescript 😀