We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7e84 commit a30d2e5Copy full SHA for a30d2e5
doc/modules/ROOT/pages/cljs/up_and_running.adoc
@@ -80,6 +80,15 @@ TIP: The only ClojureScript REPL type that doesn't require any additional
80
setup is the browser REPL. To use the Node.js REPL you'll need to install
81
Node.js.
82
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
92
== Working with `.cljc` files
93
94
Ordinarily, CIDER dispatches code from `clj` files to Clojure REPLs
0 commit comments