Fork me on GitHub
#figwheel-main
<
2019-04-03
>
frozenlock15:04:04

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)

frozenlock15:04:13

Any ideas what I could be doing wrong?

dpsutton15:04:29

try doing everything manually from the command line

dpsutton15:04:45

might be missing feedback. figwheel and lein are both good about telling about problems

frozenlock15:04:05

Now that I look at it, 9500 appears to be an http port, not an nrepl one. 😕

frozenlock15:04:48

:nrepl-port no longer exists? 😮

frozenlock16:04:39

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'.

dpsutton16:04:10

ah yeah. i use that exclusively 🙂 I've actually forgotten how to do stuff manually 🙂

frozenlock20:04:49

When I do :cljs/quit to return into the clj repl, how an I then go back into the cljs one?