Reputation: 2926
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
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.
lein upgrade
Upvotes: 1