Closed sittim closed 3 years ago
@sittim Please upgrade your clojure CLI if you haven't done so already. Also try using -Sforce
to see if that helps. With your data I cannot reproduce the issue:
borkdude@MBP2019 /tmp/foo $ clojure -M:clj-kondo/config --lib rum --lib slingshot
Cloning: https://github.com/clj-kondo/config
Checking out: https://github.com/clj-kondo/config at b31c108bf13ece623850596363d2cb7350a5e5fe
Downloading: org/clojure/java.classpath/0.2.2/java.classpath-0.2.2.pom from central
Downloading: org/clojure/java.classpath/0.2.2/java.classpath-0.2.2.jar from central
Copying rum config to .clj-kondo/configs/rum
Copying slingshot config to .clj-kondo/configs/slingshot
Add "configs/rum", "configs/slingshot" to :config-paths in .clj-kondo/config.edn to activate configs.
borkdude@MBP2019 /tmp/foo $ cat deps.edn
{:aliases
{:clj-kondo/config
{:extra-deps {clj-kondo/config {:git/url "https://github.com/clj-kondo/config"
:sha "b31c108bf13ece623850596363d2cb7350a5e5fe"}}
:main-opts ["-m" "clj-kondo.config"]}}}
OK, that worked, I upgraded the clojure cli and its fine now. Thank you.
Trying to follow README.md in this repo.
Added the aliases to/deps.edn
Then when I run: