Fork me on GitHub
#figwheel-main
<
2019-04-19
>
dominicm06:04:39

Figwheel has an api, so you could create a task which does that

erwinrooijakkers11:04:45

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"]]

erwinrooijakkers11:04:07

Does anyone recognize this error?

erwinrooijakkers12:04:17

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...

erwinrooijakkers12:04:30

I need cider-nrepl 0.21.1, but cannot see where to put that

erwinrooijakkers12:04:47

Versions in profiles.clj nor in ~/.lein/profiles.clj work

erwinrooijakkers12:04:04

Problem solved by redownloading Spacemacs

❤️ 4
erwinrooijakkers12:04:27

I pinned Cider to old version sometime ago because there was a bug that prevented one of my projects from working

erwinrooijakkers12:04:36

Don’t remember how I did it but redownloading overwrote it

erwinrooijakkers13:04:13

Now I get another error

erwinrooijakkers13:04:55

Leiningen 2.9.1 on Java 1.8.0_192 Java HotSpot(TM) 64-Bit Server VM

frozenlock23:04:51

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) 😕