clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
Leonard Melberg 2019-03-24T13:30:30.026800Z

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?

thheller 2019-03-24T13:39:54.028Z

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