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.
edit ~/.boot/boot.properties
and change 2.8.x to BOOT_VERSION=2.7.2
@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!!
I don't quite remember the reasoning behind it to explain :) apologies about that.
You're welcome :)