Skip to content

Commit 40c84d9

Browse files
authored
Mention the cider-nrepl requirement (#2853)
Extend the shadow-cljs section on cider-connect to mention the fact cider-nrepl needs to be in the classpath.
1 parent b4a6f7a commit 40c84d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/modules/ROOT/pages/cljs/shadow-cljs.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ $ npx shadow-cljs server
5858

5959
And connect to it with `cider-connect`.
6060

61+
If https://docs.cider.mx/cider-nrepl/[cider-nrepl] isn't in your
62+
classpath you should make sure it's there. You can do this by adding
63+
it to `:dependencies` in the `shadow-cljs.edn` configuration file
64+
residing in the root of your project.
65+
6166
If you already have a running server watching a build (for instance
6267
you have already run `npx shadow-cljs watch :dev`), you can use the
6368
`shadow-select` CLJS REPL and specify `:dev` when prompted.

0 commit comments

Comments
 (0)