leiningen

2021-10-28T19:50:39.008900Z

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

2021-10-28T19:51:37.009400Z

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 ?

2021-10-28T19:54:48.010200Z

when I'm configuring the modules on project structure

2021-10-28T19:55:11.010800Z

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

2021-10-28T19:56:04.011400Z

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

2021-10-28T19:56:10.011800Z

with use library

2021-10-28T19:56:26.012300Z

it gives this error

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

might be a question better posted in #cursive

👍 1
2021-10-28T19:57:05.012800Z

thanks