You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello~ I'm using luminus framework with +re-frame +postgres.
I also use emacs with cider.
The step through the warning is like this :
in terminal:
lein run
lein figwheel
and then in emacs:
M-x cider-connect localhost 7002
now I got this warning messages in repl
WARNING: CIDER requires cider-nrepl to be fully fuctional. Many things will not work without it!
More information.
WARNING: clj-refactor and refactor-nrepl are out of sync.
Their versions are 2.4.0 (package: 20180826.2149) and n/a, respectively.
You can mute this warning by changing cljr-suppress-middleware-warnings.
This is just WARNING so I don't have crucial problem with that, but I wanted to jump to the source code with <M-.>key but I couldn't.
The reason I guess is the first warning message and I tried to add the cider-nrepl as many as possible but I still get the same warning message.
I guess something's wrong with port 7002(figwheel), it might not compatiable with cider-nrepl.
I'm not really sure this is the right place to ask but I wonder somehow you can answer me!
I'm adding my project.clj and profiles.clj(located in ~/.lein/)
Hi, I use Cursive myself so I'm not too familiar with how CIDER works unfortunately. I'll let you know if I figure it out. Clojurians Slack would probably be a good place to ask as well.
@xistory if you are using recent version of cider, please take a look at function cider-jack-in, it should inject any dependencies if needed. No need to run lein repl first from the console. And for cljs repl, the quickest way is to cider-jack-in-clj&cljs, and custom, then use form (do (start-fw) (cljs)).
Hello~ I'm using luminus framework with +re-frame +postgres.
I also use emacs with cider.
The step through the warning is like this :
in terminal:
and then in emacs:
now I got this warning messages in repl
This is just WARNING so I don't have crucial problem with that, but I wanted to jump to the source code with
<M-.>
key but I couldn't.The reason I guess is the first warning message and I tried to add the cider-nrepl as many as possible but I still get the same warning message.
I guess something's wrong with port 7002(figwheel), it might not compatiable with cider-nrepl.
I'm not really sure this is the right place to ask but I wonder somehow you can answer me!
I'm adding my
project.clj
andprofiles.clj
(located in ~/.lein/)project.clj:
profiles.clj:
The text was updated successfully, but these errors were encountered: