This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-22
Channels
- # alda (1)
- # aws-lambda (23)
- # beginners (27)
- # boot (156)
- # business (2)
- # carry (4)
- # cider (1)
- # cljsjs (2)
- # cljsrn (29)
- # clojure (170)
- # clojure-austin (35)
- # clojure-czech (8)
- # clojure-dusseldorf (5)
- # clojure-italy (4)
- # clojure-nl (1)
- # clojure-quebec (2)
- # clojure-russia (45)
- # clojure-spec (49)
- # clojure-uk (12)
- # clojurescript (81)
- # component (5)
- # datomic (24)
- # devcards (26)
- # emacs (4)
- # hoplon (4)
- # jobs (1)
- # juxt (5)
- # leiningen (6)
- # luminus (14)
- # mount (26)
- # om (27)
- # om-next (2)
- # onyx (22)
- # pedestal (2)
- # planck (3)
- # proton (5)
- # re-frame (19)
- # reagent (2)
- # ring-swagger (60)
- # spacemacs (12)
- # specter (8)
- # untangled (119)
- # vim (61)
- # yada (36)
Hey all, I'm having trouble getting the +cider switch to work when creating a new project:
$ lein new luminus test-proj +cider
Unrecognized options: +cider
Supported options are: +sqlite, +datomic, +site, +h2, +jetty, +cljs, +service, +sassc, +swagger, +auth, +war, +http-kit, +cucumber, +aleph, +mongodb, +postgres, +mysql, +kibit
I'm still getting comfortable with clojure tooling, I thought maybe I have an old version of the luminus template so I also tried:
$ lein new luminus test --snapshot -- +cider
Unrecognized options: +cider
Supported options are: +sqlite, +datomic, +site, +h2, +jetty, +cljs, +service, +sassc, +swagger, +auth, +war, +http-kit, +cucumber, +aleph, +mongodb, +postgres, +mysql, +kibit
not really sure what I'm doing wrong here... and googling has not shown any results
like, there doesn't appear to be any way to see what version of template I have! haha
@tdaudelin i just tried to create a new project with +cider and worked just fine. So it seems that you have an old version.
@jmayaalv hmm seems like no matter what I do it always pulls down v2.9.10.74:
$ lein new luminus test --template-version 2.9.11.01 -- +cider
Retrieving luminus/lein-template/2.9.10.74/lein-template-2.9.10.74.pom from clojars
Retrieving luminus/lein-template/2.9.10.74/lein-template-2.9.10.74.jar from clojars
Unrecognized options: +cider
Supported options are: +sqlite, +datomic, +site, +h2, +jetty, +cljs, +service, +sassc, +swagger, +auth, +war, +http-kit, +cucumber, +aleph, +mongodb, +postgres, +mysql, +kibit
just upgraded to 2.7.1 and I'm having the same issue... unless I use the --snapshot
flag
@tdaudelin at least u go it ¯\(ツ)/¯