oakes / play-clj

A Clojure game library
The Unlicense
940 stars 72 forks source link

Could not find template play-clj on the classpath. #66

Closed marcofiset closed 9 years ago

marcofiset commented 9 years ago

When trying to run lein new play-clj helloworld, I get the following error message:

Could not find template play-clj on the classpath.

I'm on Mac OS X Yosemite 10.10.

oakes commented 9 years ago

Can you try updating Leiningen? I think there was a problem with Leiningen 2.5.0 that occurred when lein-ancient was in your profile. Just my first guess.

marcofiset commented 9 years ago

Thanks, it worked! Should have checked this out before posting here...