boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Maven metadata problem #601

Closed bigos closed 7 years ago

bigos commented 7 years ago

When I was trying to run an example from: https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md and ran the command:

boot  -d target 

I got this error.

org.sonatype.aether.transfer.MetadataNotFoundException: Could not find metadata target:target/maven-metadata.xml in local (/home/user/.m2/repository)

How do I troubleshoot it?

bigos commented 7 years ago

I ran the wrong command. Correct version was: boot serve -d target