Fork me on GitHub
#cider
<
2024-01-08
>
mikerod17:01:45

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.

mikerod17:01:40

This npx command launches a jvm process via:

run -m shadow.cljs.devtools.cli --npm -d nrepl/nrepl:1.0.0 -d cider/cider-nrepl:0.40.0 -d cider/piggieback:0.5.3 server
I believe.

mikerod17:01:06

Nevermind. It was just how I was logging things. *nrepl <more>* buffer does have the output.