This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-21
Channels
- # admin-announcements (4)
- # beginners (41)
- # boot (46)
- # cider (8)
- # clojure (132)
- # clojure-austin (15)
- # clojure-belgium (3)
- # clojure-greece (3)
- # clojure-hk (1)
- # clojure-mexico (4)
- # clojure-quebec (5)
- # clojure-russia (46)
- # clojure-spec (225)
- # clojure-taiwan (1)
- # clojure-uk (17)
- # clojurescript (46)
- # clojurewerkz (1)
- # core-async (28)
- # cursive (9)
- # datascript (3)
- # datomic (5)
- # defnpodcast (42)
- # devcards (60)
- # emacs (27)
- # hoplon (7)
- # lein-figwheel (5)
- # leiningen (12)
- # mount (8)
- # om (13)
- # play-clj (2)
- # reagent (47)
- # rethinkdb (5)
- # ring-swagger (7)
- # spacemacs (9)
- # specter (12)
- # testing (1)
- # untangled (1)
- # vim (11)
- # yada (31)
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:
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}
Even tho in the stacktrace I have: at figwheel_sidecar.repl_api$start_figwheel_from_lein.invokeStatic(repl_api.clj:148)
Perhaps some kind of cljs compilation error?
Ah, I was trying that in the figwheel server repl, not in my nrepl client, sorry for the noise