Fork me on GitHub
#cider
<
2020-10-07
>
datran20:10:24

I'm trying to cider-jack-in-clj&cljs, but the cljs half is failing. It works fine if I just run cider-jack-in-cljs, though

dpsutton20:10:59

is it shadow-cljs based?

datran20:10:15

yeah, and deps.edn for the clj side

datran20:10:25

I know you can combine them but that hasn't worked well for me so far

dpsutton20:10:42

that uses the same build tool for both. so if you need two different executables (clj and shadow-cljs) then you can't do it that way

dpsutton20:10:48

just jack in and then jack in cljs

datran20:10:05

when I do that it asks me about connecting a sibling repl, and then fails

datran20:10:19

when I do them together I get this message: `error in process filter: The shadow-cljs ClojureScript REPL is not available. Please check https://docs.cider.mx/cider/basics/clojurescript for details1

datran20:10:18

wait, trying jack-in-clj and then jack-in-cljs works! I think I was doing them in the reverse order

datran20:10:19

thanks :thumbsup: