Hi all. I have a problem running the following command:
lumo -D simple-time/simple-time:0.2.0 -e "(require 'simple-time.core)"
The error is:
No such namespace: simple-time.core, could not locate simple_time/core.cljs, simple_time/core.cljc, or JavaScript source providing "simple-time.core"
in my .m2/repository there is already simple-time/simple-time/0.2.0
Am I wrong with the -D
option ?
Same problem with
lumo -L ~/.m2/repository/ -D simple-time/simple-time:0.2.0 -e "(require 'simple-time.core)"
@gianluca.scacco does it work at the repl?
no, same error
@gianluca.scacco looking at simple-time in github I see it's a clojure-only library, it hasn't been ported to ClojureScript, that's why it came find any .cljs or .cljc file for it