Fork me on GitHub
#figwheel-main
<
2019-02-09
>
kwladyka22:02:53

Anybody success with run figwheel-main in Cursive REPL? java.lang.RuntimeException: Could not create shim I have all the time this isssue

kwladyka22:02:12

oh it is probably not issue about Cursive and fighweel-main, but Cursive itself hmm

kwladyka22:02:22

Running it in Cursive REPL stuck on that moment. Just frozen.

kwladyka22:02:53

But I use deps.edn

kwladyka22:02:36

clj -A:fig:build works perfect

kwladyka23:02:21

finally it works with this settings instead which are mentioned in doc

Jeremy20:02:45

Hi Krzysztof, I'm trying to replicate my nice Cursive/lein/piggieback/figwheel-sidecar setup using Cursive/deps/figwheel-main, but can't work out how to do the equivalent of :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}. Have you worked this out?

kwladyka07:02:11

~/.clojure/deps.edn - I think you want to use this file

kwladyka07:02:24

and use alias probably for that extra deps

Jeremy23:02:56

mm I just couldn't get the wrap working (start with clj nrepl, then invoke figwheel)

Jeremy20:02:45

Hi Krzysztof, I'm trying to replicate my nice Cursive/lein/piggieback/figwheel-sidecar setup using Cursive/deps/figwheel-main, but can't work out how to do the equivalent of :repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}. Have you worked this out?