bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

Checksum validation failed #36

Closed larstvei closed 8 years ago

larstvei commented 8 years ago

Running the lein new devcards hello-world currently does not work (for me), resulting in the following output:

Retrieving devcards/devcards/0.2.0/devcards-0.2.0.jar from clojars
Could not find artifact devcards:devcards:jar:0.2.0 in central (https://repo1.maven.org/maven2/)
Could not transfer artifact devcards:devcards:jar:0.2.0 from/to clojars (https://clojars.org/repo/): Checksum validation failed, no checksums available from the repository
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.

Changing [devcards "0.2.0"] to [devcards "0.2.0-SNAPSHOT"] fixed it.

Looking forward to trying out devcards, it looks great!

bhauman commented 8 years ago

Thanks for this report. I re-deployed the library to clojars. Everything should work now.