Fork me on GitHub
#lein-figwheel
<
2016-07-21
>
donaldball14:07:50

I am having I suspect a newbie problem with lein figwheel sidecar. I have all the dependencies set up correctly in my project.clj and in fact had this working yesterday (!) but today when I try to require the repi-api, I am treated to:

donaldball14:07:55

cljs.user=> (require '[figwheel-sidecar.repl-api :as ra])
clojure.lang.ExceptionInfo: No such namespace: figwheel-sidecar.repl-api, could not locate figwheel_sidecar/repl_api.cljs, figwheel_sidecar/repl_api.cljc, or Closure namespace "figwheel-sidecar.repl-api" in file <cljs repl> {:tag :cljs/analysis-error}

donaldball14:07:13

Even tho in the stacktrace I have: at figwheel_sidecar.repl_api$start_figwheel_from_lein.invokeStatic(repl_api.clj:148)

donaldball14:07:38

Perhaps some kind of cljs compilation error?

donaldball14:07:33

Ah, I was trying that in the figwheel server repl, not in my nrepl client, sorry for the noise