Hi, regarding cljs on windows, I'm trying to use fulcro (web framework) which uses shadow-cljs shadow-cljs uses the new clojure tools, but it can't start a server, this is the message: PS C:\Users\Leonard\appz> npx shadow-cljs server npx: installed 89 in 24.759s shadow-cljs - config: C:\Users\Leonard\appz\shadow-cljs.edn cli version: 2.8.22 node: v11.12.0 shadow-cljs - starting via "clojure" Executable 'clojure' not found on system path. There are only powershell scripts and a jar file in the installed directory and no executable to add to system path. So, any solutions?
you can try https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows or just skip using deps.edn
and use lein or just shadow-cljs