尝试使用Emacs 24.4.1上当前缓冲区中的clojure项目文件通过M-x cider-jack-in启动cider。我得到了error in process sentinel: Could not start nREPL server
nREPL需要单独的installation...is吗?这是一个其他人在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\
发布于 2016-08-10 22:25:03
简单的事情就是在https://github.com/clojure-emacs/cider-nrepl上拥有正确版本的lein和clojure(脚本)和rtfm。为了解决这个问题,我不得不把clojure升级到1.7+,把lein升级到2.5.2。在这些升级之后,一切都运行得很好。
https://stackoverflow.com/questions/38855592
复制相似问题