-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Improve error message if clojure
can't run
#25
Comments
+1 I was getting the same vague error message: "Unable to locate Clojure's edn files". I ran |
running into this issue a year later, did some developing on mac and now switched to ubuntu where there's no clj client out of the box apparently, running clojure gets me into user ns with no problem, still don't know what's missing but it appears to be related dependencies ?! :
can't run lein deps even, get the same error. |
apparently |
project.clj
:deps.edn
(malformed):If you were to run
clojure
directly yourself you get more info:Perhaps this involves an upstream enhancement in
tools.deps.alpha
, or alternatively,lein-tools-deps
can runclojure -Sdescribe
itself and show:err
?The text was updated successfully, but these errors were encountered: