进程中的错误Sentinel:无法启动nREPL服务器

时间:2016-08-09 16:04:06

标签: emacs clojure clojurescript cider

尝试在Emacs 24.4.1上使用当前缓冲区中的clojure项目文件使用M-x cider启动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\

1 个答案:

答案 0 :(得分:0)

https://github.com/clojure-emacs/cider-nrepl上拥有正确版本的lein和clojure(script)和rtfm的简单问题。要解决这个问题,我必须将clojure升级到SELECT * FROM vouchers LEFT JOIN voucher_payment ON vouchers.voucher_id = voucher_payment.voucher_id LEFT JOIN payment_details ON voucher_payment.payment_id = payment_details.payment_id WHERE voucher_payment.claim_transfer IS NOT NULL AND paid_amount NOT LIKE '0' 并将lein升级到1.7+。在这些升级之后,一切都很顺利。