➜ clj -Sdeps '{:deps {org.clojure/clojurescript {:git/url "<https://github.com/clojure/clojurescript>" :sha "5b6558b9065311c77e3fa07174320e129984273e"}}}' -m cljs.main --compile-opts '{:npm-deps true :install-deps true}' --repl
Checking out: <https://github.com/clojure/clojurescript> at 5b6558b9065311c77e3fa07174320e129984273e
Execution error (ClassCastException) at cljs.closure/maybe-install-node-deps! (closure.clj:2588).
class java.lang.Boolean cannot be cast to class clojure.lang.IPersistentCollection (java.lang.Boolean is in module java.base of loader 'bootstrap'; clojure.lang.IPersistentCollection is in unnamed module of loader 'app')
ticket + patch for the above
@plexus applied