Closed bsima closed 7 years ago
Thanks for reporting!! This will be fixed by cljsjs/packages#1282
Also please use the 0.2.0-SNAPSHOT
when testing new changes
@bsima the cljsjs package has been added to clojars, please try again. 👍
Hmm, still getting a dependency error when I do boot -d degree9/meta project --generate
:
org.sonatype.aether.resolution.DependencyResolutionException: The following
artifacts could not be resolved: boot:core:jar:2.7.2,
cljsjs:feathers:jar:2.0.1-0-0, degree9:meta-template:jar:0.1.0-SNAPSHOT: Could
not find artifact boot:core:jar:2.7.2 in clojars (https://repo.clojars.org/)
Working from my fix-deps branch boot project --generate
works though.
On 08.06..11.00, Matthew Ratzke wrote:
@bsima the cljsjs package has been added to clojars, please try again. 👍
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/degree9/meta/pull/17#issuecomment-320522239
Out of curiosity, what is your development workflow for apps made with [meta]? I think that would be an interesting thing to have prominent in the documentation.
On 08.06..11.00, Matthew Ratzke wrote:
@bsima the cljsjs package has been added to clojars, please try again. 👍
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/degree9/meta/pull/17#issuecomment-320522239
@bsima have you seen the wiki at all? It might help, but please let me know what is missing, I'd like to solve any issues you have getting up and running!!!
@bsima I believe I have this resolved now, could you try again with the 0.2.0-SNAPSHOT
version
Checking out the wiki now, looks nice! Thanks.
I tried: boot -d degree9/meta-templat:0.2.0-SNAPSHOT project --generate
and
got:
org.sonatype.aether.resolution.DependencyResolutionException: Could not find
artifact degree9:meta-template:jar:0.1.0-SNAPSHOT in clojars
(https://repo.clojars.org/)
Still looking for degree9/meta-template in clojars :/
On 08.06..19.49, Matthew Ratzke wrote:
@bsima I believe I have this resolved now, could you try again with the
0.2.0-SNAPSHOT
version-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/degree9/meta/pull/17#issuecomment-320528274
@bsima it seems to be there... https://clojars.org/degree9/meta-template/versions/0.1.0-SNAPSHOT
@bsima version 0.2.0
is out now, should be able to build by everyone
Without this, I couldn't even do
boot repl
, instead I would get:This issue also prevented me from creating a new project with
boot -d degree9/meta project --generate