Chris Bolton
Chris Bolton

Reputation: 2926

Leiningen unable to run

Just installed leiningen on my mac via homebrew, and whenever I try and use it I get the following: Exception in thread "main" java.lang.RuntimeException: java.lang.NoSuchMethodError: clojure.lang.KeywordLookupSite.(ILclojure/lang/Keyword;)V

Every post to fix this I seem to come across involves the use of lein... which I can't run. any ideas?

Upvotes: 1

Views: 261

Answers (1)

Arthur Ulfeldt
Arthur Ulfeldt

Reputation: 91617

leiningen maintains it's own upgrade task and it's faster, and easier to install it by downloading one file than to use homebrew, you also get the latest version.

  • just download leiningen instead of using homebrew
  • keep it up to date by running lein upgrade

Upvotes: 1

Related Questions