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?I just realized I probably posted this to the wrong channel… it’s a re-frame template… got mixed up.
I got an answer in #clojurescript 😀