This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-08
Channels
- # beginners (36)
- # calva (13)
- # cider (3)
- # clerk (7)
- # clj-http (2)
- # clj-kondo (10)
- # clojure (20)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (26)
- # clojure-uk (5)
- # clojurescript (143)
- # dev-tooling (7)
- # events (1)
- # exercism (1)
- # honeysql (8)
- # hyperfiddle (4)
- # jobs-discuss (15)
- # leiningen (3)
- # lsp (31)
- # off-topic (17)
- # overtone (3)
- # pathom (11)
- # pedestal (11)
- # re-frame (15)
- # reitit (17)
- # releases (1)
- # scittle (2)
- # shadow-cljs (29)
- # squint (1)
- # yamlscript (3)
EDIT: solved.
When using cider-jack-in-clj&cljs
with options: (cider-preferred-build-tool . shadow-cljs)
& (cider-default-cljs-repl . shadow)
, which starts:
[nREPL] Starting server via /node/path/here/npx --yes shadow-cljs -d nrepl/nrepl:1.0.0 -d cider/cider-nrepl:0.40.0 -d cider/piggieback:0.5.3 server
Where would stdout and stderr be found at? I cannot find any of the output in *Messages*
or the *nrepl *
buffer.