2

尝试在 Emacs 24.4.1 上的当前缓冲区中使用带有 clojure 项目文件的ciderMx开始。cider-jack-in我明白了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\

4

1 回答 1

1

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

于 2016-08-10T14:25:02.837 回答