1

我已经使用这个精彩的教程为 clojure 安装和设置了 Emacs 。如果我使用 repl 启动苹果酒,那就M-x cider-jack-in太好了!现在我在这里project.clj读到应该是一分钟{:user {:plugins [[cider/cider-nrepl "0.9.1"]]}},我将 .lein 目录(即“0.8.1”)中的 project.clj 更改为“0.9.1”,当我再次启动 repl 时,我收到此警告:

WARNING: The following required nREPL ops are not supported: inspect-start inspect-reset Please, install (or update) cider-nrepl 0.8.1 and restart CIDER WARNING: CIDER's version (0.8.1) does not match cider-nrepl's version (0.9.1)

知道我该如何解决这个问题吗?

4

1 回答 1

3

您的 CIDER(Emacs 应用程序)是 0.8.1 版,而不是您的cider-nrepl. 将 CIDER 更新到 0.9.1(例如从 MELPA Stable 存储库),警告将消失。

于 2015-10-19T17:31:49.627 回答