lein-figwheel

2019-08-14T18:39:38.001600Z

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 šŸ˜•

2019-08-14T19:39:10.002700Z

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

2019-08-14T20:35:08.002900Z

2.9.1

2019-08-14T20:35:30.003400Z

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

āœ… 1