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 š@daplay using which version is Leiningen? Also, Iād probably have to see your project.clj to have enough insight
2.9.1
I actually got it solved! moving cider dependency declaration form plugins to dependencies