苹果酒用Figwheel连接到已经运行的REPL

时间:2019-04-12 06:32:27

标签: emacs clojure clojurescript cider

我正在尝试cider-connect到已经运行的repl,由以下命令启动: 这将毫无问题地启动并运行我的figwheel应用程序。当我尝试lein trampoline with-profile more-figwheel figwheel app test时会出现问题。 我选择cider-connect-cljs作为localhost,然后选择建议的端口host,然后选择xxx:7889。 repl已启动,其中包含 错误消息:

figwheel

在我的WARNING: CIDER requires nREPL 0.4.4 (or newer) to work properly More information. WARNING: CIDER requires cider-nrepl to be fully functional. Many things will not work without it! More information. 中,我有这个

~/.lein/profiles.clj

但是我仍然收到警告。有时我还会收到此错误 {:user {:dependencies [[[nrepl "0.6.0"]] :plugins [[cider/cider-nrepl "0.18.0-SNAPSHOT"] [refactor-nrepl "2.4.0-SNAPSHOT"]] :figwheel {:nrepl-middleware ["refactor-nrepl.middleware/wrap-refactor" "cider.nrepl/cider-middleware"]}}} 有时除了“ autopair-newline”以外的其他内容。

我正在使用: Emacs:GNU Emacs 26.1(内部版本2,x86_64-pc-linux-gnu,GTK +版本3.22.30)的2018-05-29 苹果酒:CIDER 0.21.0(纽约) Lein:Java 1.8.0_191 OpenJDK 64位服务器VM上的Leiningen 2.9.1

0 个答案:

没有答案