leiningen 2021-10-28

I'm getting a error with cursive+leiningen:

Cannot run program "clojure" (in directory ",,,,"): error=2, No such file or directory error=2, No such file or directory

it is a lein project with many lein projects inside

Alex Miller (Clojure team) 2021-10-28T19:53:51.009800Z

seems like it's trying to run clojure, not lein ?

when I'm configuring the modules on project structure

the top level module is not being detected as a leiningen project, even having project.clj

when I click on the module with right button and add this

it gives this error

Alex Miller (Clojure team) 2021-10-28T19:56:38.012600Z

might be a question better posted in #cursive

👍 1