You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution error (FileNotFoundException) at find-deps.core/eval136$loading (core.clj:1).
Could not locate clojure/tools/deps/alpha/script/parse__init.class, clojure/tools/deps/alpha/script/parse.clj or clojure/tools/deps/alpha/script/parse.cljc on classpath.
which is puzzling to me, as it seems you have replaced that dependency with tools.deps, as far as I understand, and I do not see a require for it in find-deps/src/core.clj either.
Mind you, I am a complete beginner, so most likely missing something very basic.