Fork me on GitHub
#cider
<
2020-07-22
>
Quentin Le Guennec09:07:50

Hello, cider-jack-in-clj fails because lein cannot download a dependency, even though that dependency is already in my local maven repositories. Any idea?

practicalli-johnny11:07:06

Does it fail to download the library when using lein deps ? Do you have an old version of Leiningen? Can you start a REPL outside of CIDER with Leiningen? Does the library exist on Maven Central or Clojars?

Carmine Casciato13:07:55

for whatever reason, I have to run clojure in the directory first, then I can jack in

dominicm13:07:44

Is it a snapshot?

Quentin Le Guennec14:07:53

I deleted ~/.m2/repository/repo_xxx/_remote.repositories and it solved the issue