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 に答える