-
-
Notifications
You must be signed in to change notification settings - Fork 649
Closed
Labels
Description
Expected behavior
Able to jackin to shadow
Actual behavior
error in process filter: cider-verify-clojurescript-is-present: ClojureScript is not available. See https://docs.cider.mx/cider/basics/clojurescript for details
Steps to reproduce the problem
- Install
nodejs
, andshadow-cljs
withnpm install shadow-cljs -g
- Create a an empty
shadow-cljs.edn
and a basicpackage.json
in a new directory
shadow-cljs.edn
{}
package.json
{"dependencies":
{"shadow-cljs": "^2.20.13"}}
- Run
npm install
. - Open
shadow-cljs.edn
in Emacs, andcider-jack-in-cljs
, selectshadow
for ClojureScript REPL type andnode-repl
for the shadow-cljs build. - The above error is returned.
Environment & Version information
CIDER version information
Include here the version string displayed when
CIDER's REPL is launched. Here's an example:
;; CIDER 1.6.0-snapshot (package: 1.6.0-snapshot), nREPL 1.0.0
;; Clojure 1.11.1, Java 17.0.5
Lein / Clojure CLI version
Emacs version
28.1
Operating system
MS-Windows
JDK distribution
Oracle
This is most likely due to #3272 cc @benjamin-asdf