简体   繁体   English

Emacs-Cider nrepl警告

[英]Emacs-Cider nrepl warning

I have installed and setup Emacs for clojure using this wonderful tutorial. 我已经使用这个精彩的教程为clojure安装和设置了Emacs。 If i start the cider using Mx cider-jack-in the repl starts and is very nice! 如果我使用Mx cider-jack-in启动Mx cider-jack-in ,repl启动并且非常好! Now i read here that a min project.clj should be {:user {:plugins [[cider/cider-nrepl "0.9.1"]]}} , i change my project.clj in .lein deirectory (which is "0.8.1") to "0.9.1" and when i start repl again i get this warning: 现在我在这里读到min project.clj应该是{:user {:plugins [[cider/cider-nrepl "0.9.1"]]}} ,我在.lein deirectory中更改了我的project.clj(这是“0.8 .1“)到”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)

Any idea how can i fix this? 知道我该如何解决这个问题?

Your CIDER (the Emacs application) is version 0.8.1, not your cider-nrepl . 您的CIDER(Emacs应用程序)是版本0.8.1,而不是您的cider-nrepl Update CIDER to 0.9.1 (eg from the MELPA Stable repository) and the warning will disappear. 将CIDER更新为0.9.1(例如,从MELPA Stable存储库),警告将消失。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM