Clojure Web 開発を始めたばかりですが、ステップ 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.
- https://clojars.org/repo/luminus/lein-template/で clojars のテンプレートを確認でき ます。
- 私はプロキシの背後にいません。
私の .lein/profiles.clj には次の内容があります
{: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" ] ] }
}
私は何が欠けています!ありがとうございました