Was trying to test the latest code, and having encountered an issue there [1], tried to get things running from source.
On a fresh clone of the repository (7c191af), in the cloned directory, I get:
$ make watch-ui
npx shadow-cljs watch app
npx: installed 90 in 5.905s
shadow-cljs - config: /home/user/Desktop/src/clograms.fresh/shadow-cljs.edn cli version: 2.4.10 node: v8.16.0
shadow-cljs - starting via "clojure"
Execution error at shadow.build/eval9831$loading (build.clj:1).
Unable to resolve spec: :clojure.core.specs.alpha/args+body
Full report at:
/tmp/clojure-4309429650306985496.edn
make: *** [Makefile:16: watch-ui] Error 1
zipped /tmp/clojure-4309429650306985496.edn:
clojure-4309429650306985496.edn.zip
Am I doing something wrong or missing something?
FWIW, this is using a Linux distribution.
[1] May report that later after trying to resolve this issue.
Was trying to test the latest code, and having encountered an issue there [1], tried to get things running from source.
On a fresh clone of the repository (7c191af), in the cloned directory, I get:
zipped /tmp/clojure-4309429650306985496.edn:
clojure-4309429650306985496.edn.zip
Am I doing something wrong or missing something?
FWIW, this is using a Linux distribution.
[1] May report that later after trying to resolve this issue.