Fork me on GitHub
#emacs
<
2018-04-18
>
eggsyntax15:04:59

Anyone else run across this one when starting a cljs repl (in my case, via cider-jack-in-clojurescript)?

Exception Failed to launch Figwheel CLJS REPL: nREPL connection found but unable to load piggieback.
This is commonly caused by
 A) not providing piggieback as a dependency and/or
 B) not adding piggieback middleware into your nrepl middleware chain.
[...]
Note: Cider will inject this config into your project.clj.
This can cause confusion when your are not using Cider.  figwheel-sidecar.repl/eval32849/fn--32850 (repl.clj:176)
I've been troubleshooting this one for a while now, so at this point I'm using: - a fresh spacemacs install, without my .spacemacs - a fresh luminus project - no ~/.lein/profiles.clj - a rebooted box I initially encountered it on a luminus project that I've been working on for weeks; it was working fine until last night. I do note that a fresh reagent project doesn't show this problem. So I'll probably working my way through the differences between luminus & reagent templates with a fine-toothed comb -- but I thought I'd check here first to see if anyone else had encountered this.

dpsutton16:04:28

@eggsyntax come to #cider there are some change issues going on right now

💯 4
🙏 4