Fork me on GitHub
#lein-figwheel
<
2019-08-14
>
Daniel Baez18:08:38

I'm trying to use figwheel's nrepl with cider-nrepl middleware but I can't get it to work šŸ˜• Upon start I get:

Figwheel: Starting CSS Watcher for paths  ["resources/public/css"]
Figwheel: Starting nREPL server on port: 7002
WARNING: unable to load "cider.nrepl/cider-middleware" middleware
Launching ClojureScript REPL for build: app
- figwheel-sidecar and lein-figwheel are in version 0.5.18 - cider/piggieback 0.4.1 - cider-nrepl 0.21.1 - nrepl 0.6.0 the error goes away if I remove :nrepl-port from :figwheel in my project.clj, but then, I can't connect from fireplace šŸ˜•

mikerod19:08:10

@daplay using which version is Leiningen? Also, Iā€™d probably have to see your project.clj to have enough insight

Daniel Baez20:08:30

I actually got it solved! moving cider dependency declaration form plugins to dependencies

āœ… 4