Hello! I'm coming from the old lein-figwheel
.
When I try to connect to figwheel (figwheel main) with CIDER :
[nREPL] Establishing direct connection to localhost:9500 ...
[nREPL] Direct connection to localhost:9500 established
[nREPL] Connection closed unexpectedly (connection broken by remote peer)
There is no ElDoc support in this buffer [7 times]
nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1 time-stamp 2019-04-03 11:38:30.270349244)
Any ideas what I could be doing wrong?
try doing everything manually from the command line
might be missing feedback. figwheel and lein are both good about telling about problems
@dpsutton Trying, thanks
Now that I look at it, 9500 appears to be an http port, not an nrepl one. 😕
:nrepl-port
no longer exists? 😮
It seems I can get most of things working with cider-jack-in-cljs
. It's still a little weird coming from 'starting my own figwheel server separately'.
ah yeah. i use that exclusively 🙂 I've actually forgotten how to do stuff manually 🙂
When I do :cljs/quit
to return into the clj repl, how an I then go back into the cljs one?