lein-figwheel

donaldball 2016-07-21T14:51:50.000092Z

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:

donaldball 2016-07-21T14:51:55.000093Z

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}

donaldball 2016-07-21T14:52:13.000094Z

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

donaldball 2016-07-21T14:52:38.000095Z

Perhaps some kind of cljs compilation error?

donaldball 2016-07-21T14:56:33.000096Z

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