进程哨兵错误:无法启动 nREPL 服务器

error in process sentinel: Could not start nREPL server

尝试在 Emacs 24.4.1 的当前缓冲区中使用 M-x cider-jack-in 启动 cider 和 clojure 项目文件。我得到 error in process sentinel: Could not start nREPL server

nREPL 是否需要单独安装...这是其他人在使用 24.4.1 时遇到的错误吗?

消息缓冲区: Starting nREPL server via /usr/bin/lein update-in :dependencies conj \[org.clojure/tools.nre\ |11:56:07 hello: |pl\ \"0.2.12\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.14.0-SNAPSHOT\"\] -- re\ |11:56:07 hello: |pl :headless... |11:56:08 hello: |error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: ^[[?25h^[[0G\

https://github.com/clojure-emacs/cider-nrepl 上安装正确版本的 lein 和 clojure(script) 以及 rtfm 很简单。为了解决这个问题,我不得不将 clojure 升级到 1.7+ 并将 lein 升级到 2.5.2。在这些升级之后,一切都运行良好。