【发布时间】:2016-08-09 16:04:05
【问题描述】:
尝试在 Emacs 24.4.1 的当前缓冲区中使用 clojure 项目文件以 M-x cider-jack-in 启动 cider。我得到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\
【问题讨论】:
-
您使用什么版本的苹果酒?你能显示你的
*Messages*缓冲区吗? -
苹果酒版本:
20160122.440@OlegTheCat -
我的意思是通过
M-x cider-version <RET>获得的版本。你能证明吗?您的项目中似乎也存在问题(但是,我在*Messages*缓冲区中没有看到任何异常,奇怪......)。从控制台启动 REPL 是否有效,例如lein repl?
标签: emacs clojure clojurescript cider