Hi,
This is on a fresh project generated from the CLI: lein new luminus myapp +h2
When connecting to the REPL from Emacs with CIDER, I get the error message,
WARNING: CIDER's version (0.17.0) does not match cider-nrepl's version (nil). Things will break!
Also, simple IDE commands, like looking for the documentation of a symbol do not work; Emacs will display a non-formatted exception as below.
Wrong type argument: stringp, nil
There is also a link to the troubleshooting section in the CIDER home page, at [1]. I have followed the instructions there, but the problems described above remain. In particular, adding a Leiningen plugin for cider-nrepl did not solve the problem.
Can any emacs and cider users give me a suggestion?
Thanks,
Leonel