Fork me on GitHub
#luminus
<
2018-02-21
>
neupsh16:02:44

Hello, I just created a new project with luminus template with the following:

lein new luminus test +http-kit +h2 +datomic +cljs +re-frame +auth +oauth +sassc +site +boot

neupsh16:02:22

when i run boot dev it fails with

clojure.lang.ExceptionInfo: Could not find artifact luminus:boot-cprop:jar:1.0.0 in clojars ()

neupsh16:02:31

could not find anything with a quick search on boot-cprop

neupsh16:02:45

is that a valid artifact?

gklijs17:02:22

not sure, but I had earlier problems with several combinations. You can also leave out several, with re-frame already comes cljs, and I asume the same for auth and oauth

neupsh18:02:56

I will try with simpler combinations. Thanks @gklijs

neupsh18:02:28

@gklijs i ran with just lein new luminus test +boot

neupsh18:02:30

still fails

neupsh18:02:37

This commit added those dependencies:

neupsh18:02:52

@donyorm Hello 🙂

neupsh18:02:21

I think you can help me with the error above

neupsh18:02:19

oh, there is a github issue already created for this issue: https://github.com/luminus-framework/luminus-template/issues/342

donyorm19:02:12

Huh I thought I fixed that. I don’t have my computer right now, but I’ll try to fix it.