Closed mokr closed 3 years ago
One more thing to check would be to see if you have any plugins in your ~/.lein/profiles.clj
that might be conflicting. It looks like there's an incompatible version of cheshire that's being pulled from somewhere.
Thanks for the quick response, @yogthos. I guess it got lost in the information flow, but my 3rd step above was to delete the entire ~/.lein directory.
That said, I have attempted to add {:user {:managed-dependencies [[cheshire "5.10.0"]]}}
to ~/.lein/profiles.clj
, but it made no difference.
Forgot to mention; this is on MacOS 10.15.5
Yeah that's an interesting one, I can't really think where the conflict might be coming from.
Downgrading Java solved this issue.
From:
➜ java --version
openjdk 14.0.1 2020-04-14
OpenJDK Runtime Environment (build 14.0.1+7)
OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
To:
➜ java --version
openjdk 11.0.9 2020-10-20
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.23.0, JRE 11 Mac OS X amd64-64-Bit Compressed References 20201130_830 (JIT enabled, AOT enabled)
OpenJ9 - 0394ef754
OMR - 582366ae5
JCL - 3b09cfd7e9 based on jdk-11.0.9+11)
Hi,
At some point the Luminus template stopped working for me with the message in the title. Still applies to latest v3.75.
I suspect that this is a local issue, but I'm not able to track it down. Are there more places to clean out than what I document below?
Info from lein re-install and project generation attempts: