leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
ananaa 2020-09-06T18:54:29.018500Z

Hey I am having a weird leiningen issue. I actually never had any issues with leiningen before, but now I was trying to start coding again with a laptop that I had not used in a while. I updated everything and suddenly stopped working completely. I have tried reinstalling it with brew as well as running just the leiningen script from their website, but nothing seems to work. I tried to google the issue, but no one seems to be having the same issue. The same error comes up with every leiningen command I try to run. Even just plain lein. The machine is old macbook pro from 2015 with catalina.

ananaa 2020-09-06T18:54:41.018600Z

ananaa 2020-09-06T18:55:15.019500Z

does not say much to me, but guess some of you guys might be smarter than me

dpsutton 2020-09-06T19:05:14.020200Z

its looking for the old nrepl. what version of CIDER are you using? Most likely just update and it will then look for nrepl.nrepl rather than clojure.tools.nrepl

ananaa 2020-09-06T19:07:20.021100Z

wanna advice me where to find CIDER? I don’t remember touching it at least in 5 years

ananaa 2020-09-06T19:09:27.021700Z

I don’t think this machine even has emacs

ananaa 2020-09-06T19:50:08.023300Z

Ok I solved it (if anyone cares). I had some thousand years old .lein/ folder, which I of course did not remember even existing. Apparently stuff there was no compatible with modern leiningen. In other words deleting the folder fixed everything

dpsutton 2020-09-06T20:04:00.023800Z

Yup. Those are almost always a pain point