[Noob]: Leiningen Plugin crashes on startup #6
Did you do lein plugin install before editing init.clj?
It may be worth wrapping the require inside a try/catch in the instructions.
Yep, I did the plugin install, the jar shows up in ~/.lein/plugins.
One thing that is interesting is that it only crashes in a certain
project - taking out the ~/.lein/init.clj fixes it.
…
Yeah, I just realized older versions of clj-stacktrace in project.clj would take precedence over the user-level plugin. I've updated the readme to use try/catch in init.clj.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to follow the instructions on the main page to set this up, I get the following stack on every invocation of
lein:Any clues?