Fork me on GitHub
#leiningen
<
2021-10-28
>
Ian Fernandez19:10:39

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

Ian Fernandez19:10:37

it is a lein project with many lein projects inside

Alex Miller (Clojure team)19:10:51

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

Ian Fernandez19:10:48

when I'm configuring the modules on project structure

Ian Fernandez19:10:11

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

Ian Fernandez19:10:04

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

Ian Fernandez19:10:10

with use library

Ian Fernandez19:10:26

it gives this error

Alex Miller (Clojure team)19:10:38

might be a question better posted in #cursive

👍 1