I just started with clojure web development, but, got stuck on step 1.
D:\cloj\work>lein new luminus guestbook +h2
Could not find artifact luminus:lein-template:jar:? in central
(https://repo1.maven.org/maven2/)
Could not find artifact luminus:lein-template:jar:? in clojars
(https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
- I can see the template in clojars at https://clojars.org/repo/luminus/lein-template/
- I am not behind a proxy.
my .lein/profiles.clj has the following content
{:user { :java-cmd "C:\Program Files\Java\jdk1.8.0_65\bin\java.exe" :plugins [ [lein-ancient "0.6.10"] [luminus/lein-template "2.9.10.74"] ] }
}
what am I missing ! thank you