Skip to content

Commit a30d2e5

Browse files
committed
[Docs] Mention cider-check-cljs-repl-requirements
1 parent 83b7e84 commit a30d2e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/modules/ROOT/pages/cljs/up_and_running.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ TIP: The only ClojureScript REPL type that doesn't require any additional
8080
setup is the browser REPL. To use the Node.js REPL you'll need to install
8181
Node.js.
8282

83+
CIDER will automatically try to check if the required dependencies (e.g. Clojure libraries and/or additional tools like Node.js) to start a certain
84+
ClojureScript REPL are present. If you happen to run into a faulty requirements
85+
check you can disable them like this:
86+
87+
[source,lisp]
88+
----
89+
(setq cider-check-cljs-repl-requirements nil)
90+
----
91+
8392
== Working with `.cljc` files
8493

8594
Ordinarily, CIDER dispatches code from `clj` files to Clojure REPLs

0 commit comments

Comments
 (0)