Fork me on GitHub
#juxt
<
2023-01-05
>
Lucio Assis01:01:23

Is the one-liner in tick README's https://github.com/juxt/tick#install supposed to just work? Curious if I'm missing something.

% clj -Sdeps '{:deps {org.clojure/clojurescript {:mvn/version "RELEASE" } tick/tick {:mvn/version "RELEASE"} }}' -m cljs.main  -re node  --repl
WARNING: Implicit use of clojure.main with options is deprecated, use -M
ClojureScript 1.11.60
cljs.user=> (require '[tick.core :as t])
Unexpected error (ExceptionInfo) compiling at (REPL:1).
No such namespace: @js-joda/core, could not locate _CIRCA_js_joda_SLASH_core.cljs, _CIRCA_js_joda_SLASH_core.cljc, or JavaScript source providing "@js-joda/core" (Please check that namespaces with dashes use underscores in the ClojureScript file name) in file file:/Users/luciolucio/.m2/repository/com/widdindustries/cljs.java-time/0.1.20/cljs.java-time-0.1.20.jar!/java/time.cljs

henryw37411:01:11

It should just work. I have changed it so should be ok now

thanks2 2