Fork me on GitHub
#leiningen
<
2021-08-28
>
whatacold12:08:51

Hi, I'm trying to play with reagent, but failed to get started:

$ lein new reagent-frontend play-reagent-frontent
Failed to resolve version for reagent-frontend:lein-template:jar:RELEASE: Could not find metadata reagent-frontend:lein-template/maven-metadata.xml in local (/home/whatacold/.m2/repository)
Failed to read artifact descriptor for reagent-frontend:lein-template:jar:RELEASE
This could be due to a typo in :dependencies, file system permissions, or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Could not find template reagent-frontend on the classpath.
Does someone happen to know why?

whatacold12:08:59

lein still error out even after I manually get the dependency by mvn dependency:get -Dartifact=reagent:lein-template:0.10.50:disappointed_relieved: