Variable: cider-shadow-cljs-command
cider-shadow-cljs-command is a customizable variable defined in
cider-jack-in.el.
Value
"npx shadow-cljs"
Documentation
The command used to execute shadow-cljs.
By default we favor the project-specific shadow-cljs over the system-wide.
This variable was added, or its default value changed, in cider version 0.17.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-jack-in.el
(defcustom cider-shadow-cljs-command
"npx shadow-cljs"
"The command used to execute shadow-cljs.
By default we favor the project-specific shadow-cljs over the system-wide."
:type 'string
:group 'cider
:safe #'stringp
:package-version '(cider . "0.17.0"))