我已经使用这个精彩的教程为 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)
知道我该如何解决这个问题吗?