Fork me on GitHub
#cursive
<
2021-08-12
>
ivyxjc09:08:48

Hello! I delete some libs in ~/.m2/org/clojure/... , and when I reopen the project, I get the following error > Cannot execute - downloaded deps classpath not found: > /home/ivyxjc/.m2/repository/org/clojure/tools.deps.alpha/0.12.1019/tools.deps.alpha-0.12.1019.jar > /home/ivyxjc/.m2/repository/org/clojure/clojure/1.9.0/clojure-1.9.0.jar > /home/ivyxjc/.m2/repository/org/clojure/spec.alpha/0.1.143/spec.alpha-0.1.143.jar > ...... I have invalidate the IDE's cache and reinstall the plugin, but the problem is still there.

cfleming01:08:28

If you go to the deps settings at Preferences | Build, Execution, Deployment | Build Tools | Clojure Deps, what do you have configured there? Are you using CLI tools or tools.deps directly?