This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-01
Channels
- # announcements (3)
- # babashka (17)
- # beginners (163)
- # bristol-clojurians (1)
- # calva (18)
- # chlorine-clover (17)
- # clj-kondo (13)
- # cljs-dev (50)
- # cljsjs (3)
- # cljsrn (13)
- # clojure (218)
- # clojure-dev (5)
- # clojure-europe (9)
- # clojure-italy (10)
- # clojure-nl (8)
- # clojure-uk (107)
- # clojurescript (25)
- # conjure (163)
- # cursive (63)
- # data-science (9)
- # datomic (38)
- # docker (1)
- # figwheel (34)
- # figwheel-main (3)
- # fulcro (15)
- # graalvm (1)
- # helix (12)
- # jobs (3)
- # juxt (5)
- # kaocha (3)
- # lein-figwheel (2)
- # leiningen (6)
- # luminus (2)
- # malli (1)
- # meander (12)
- # nrepl (4)
- # rdf (2)
- # re-frame (2)
- # reagent (7)
- # reitit (5)
- # remote-jobs (2)
- # rum (1)
- # shadow-cljs (65)
- # spacemacs (27)
- # tools-deps (18)
- # vim (19)
- # xtdb (2)
Hello,
I am sure this has been asked many times before but I can’t find a way to resolve this.
I created a re-frame app using the day8/re-frame-template.
When I use lein dev
and then connect to the REPL in spacemacs I see the warning:
[:selected :app]WARNING: clj-refactor and refactor-nrepl are out of sync.
Their versions are 2.5.0 (package: ) and n/a, respectively.
You can mute this warning by changing cljr-suppress-middleware-warnings.
I have added refactor-nrepl
to my project.clj
as described here: https://github.com/clojure-emacs/refactor-nrepl#adding-the-middleware-via-leiningen
:plugins [[lein-garden "0.3.0"]
[lein-shell "0.5.0"]
[refactor-nrepl "2.5.0"]
[cider/cider-nrepl "0.25.0-alpha1"]]
But it is still showing the same warning :white_frowning_face:
Can anyone point me in the right direction?Hey @jakob.durstberger, I don't use emacs these days so unfortunately don't have more information to help you but if you do find a fix please let me know or raise an issue on the re-frame-template repository so I can fix the template.
👍 4