-
-
Notifications
You must be signed in to change notification settings - Fork 649
Error in process filter: ClojureScript is not available when jack'ing in to shadow #3277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the mean time you can set |
I'm also wondering if we should not kill this functionality at some point. It was mostly meant to prevent people from trying to run something without the necessary deps and provide them with more meaningful error messages, but a few years down the road I'm somewhat doubtful that this really added much value. |
@bbatsov Yea indeed. My suggested fix for now is to check both, demunge for nbb and |
@benjamin-asdf Your proposed fix seems reasonable to me. |
@benjamin-asdf Are you going to submit this as a PR? |
For what it's worth; the suggested work-around does not work for me. |
@pieterbreed you can check with this version. I am pretty sure that is a fix. |
@benjamin-asdf indeed, thank you! |
Expected behavior
Able to jackin to shadow
Actual behavior
Steps to reproduce the problem
nodejs
, andshadow-cljs
withnpm install shadow-cljs -g
shadow-cljs.edn
and a basicpackage.json
in a new directoryshadow-cljs.edn
package.json
npm install
.shadow-cljs.edn
in Emacs, andcider-jack-in-cljs
, selectshadow
for ClojureScript REPL type andnode-repl
for the shadow-cljs build.Environment & Version information
CIDER version information
Include here the version string displayed when
CIDER's REPL is launched. Here's an example:
Lein / Clojure CLI version
[email protected]
Emacs version
28.1
Operating system
MS-Windows
JDK distribution
Oracle
This is most likely due to #3272 cc @benjamin-asdf
The text was updated successfully, but these errors were encountered: