Figwheel has an api, so you could create a task which does that
Hi all
profiles.clj
:dependencies [[org.clojure/tools.nrepl "0.2.13"]
[com.bhauman/figwheel-main "0.2.0"]
[com.bhauman/rebel-readline-cljs "0.1.4"]
[vvvvalvalval/scope-capture "0.3.2"]
[cider/piggieback "0.3.6"]
[figwheel-sidecar "0.5.16"]]
Stacktrace:
Does anyone recognize this error?
Ah probably old version of cider-nrepl
…
[nREPL] Starting server via /usr/local/bin/lein update-in :dependencies conj \[nrepl\ \"0.5.0\"\] -- update-in :dependencies conj \[cider/piggieback\ \"0.3.10\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.4.0\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.18.0\"\] -- repl :headless :host localhost...
I need cider-nrepl
0.21.1, but cannot see where to put that
Versions in profiles.clj
nor in ~/.lein/profiles.clj
work
@erwinrooijakkers Try #lein-figwheel
Thanks
Problem solved by redownloading Spacemacs
I pinned Cider to old version sometime ago because there was a bug that prevented one of my projects from working
Don’t remember how I did it but redownloading overwrote it
Now I get another error
The same I mean
Leiningen 2.9.1 on Java 1.8.0_192 Java HotSpot(TM) 64-Bit Server VM
Coming from lein-figwheel
, is there an advantage in switching to figwheel-main
? At first glance it seems I need to duplicate the cljs compiler configuration into yet another file (*.cljs.edn) 😕