shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
macrobartfast 2020-10-15T00:27:14.466800Z

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?

macrobartfast 2020-10-15T00:33:56.467700Z

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

macrobartfast 2020-10-15T01:10:40.468100Z

I got an answer in #clojurescript 😀