Fork me on GitHub
#shadow-cljs
<
2019-12-25
>
souenzzo18:12:52

Hello. I'm wrinting a tutorial for beguinners to setup a shadow-cljs project. I removed clojure from my path and I'm trying to run shadow-cljs watch demo https://shadow-cljs.github.io/docs/UsersGuide.html#_standalone_via_code_npm_code

> @ start /home/souenzzo/src/demo
> shadow-cljs watch demo

shadow-cljs - config: /home/souenzzo/src/demo/shadow-cljs.edn  cli version: 2.8.83  node: v13.4.0
shadow-cljs - starting via "clojure"
Executable 'clojure' not found on system path.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ start: `shadow-cljs watch demo`
npm ERR! Exit status 1
Is clojure really needed?

thheller21:12:39

only if you configure it to be ...

thheller21:12:03

don't configure it to use deps.edn then you don't need clojure

👍 4