This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-07
Channels
- # 100-days-of-code (1)
- # announcements (10)
- # aws (2)
- # beginners (134)
- # calva (25)
- # cider (29)
- # cljs-dev (43)
- # clojure (130)
- # clojure-dusseldorf (3)
- # clojure-italy (27)
- # clojure-nl (48)
- # clojure-spec (32)
- # clojure-uk (63)
- # clojurescript (75)
- # core-logic (5)
- # cursive (18)
- # datascript (2)
- # datomic (37)
- # emacs (5)
- # figwheel (13)
- # figwheel-main (55)
- # graphql (1)
- # java (7)
- # jobs (11)
- # jobs-discuss (19)
- # juxt (1)
- # leiningen (16)
- # luminus (10)
- # mount (3)
- # off-topic (40)
- # om (1)
- # onyx (1)
- # pedestal (7)
- # re-frame (40)
- # reagent (81)
- # ring (2)
- # shadow-cljs (32)
- # spacemacs (5)
- # testing (1)
- # tools-deps (48)
hello all, I'm totally new to luminus. I'm following the instruction in the offical luminus Documentation (using Boot dev tool), but at the very beginning, I'm having trouble creating a new application part which is the command below
and I'm getting the following error message in terminal java.lang.IllegalArgumentException: option :args must be of type [str] clojure.lang.ExceptionInfo: option :args must be of type [str]
Does anybody know why? please help
hi @sis_xiphos, I remember I had a similar problem with boot and guys here recommended downgrading the version of boot.
@chokheli oh I just have done that and it works! I wonder the real problem and how to solve though but I shouldn't go too deep. Thanks anyway!!