Fork me on GitHub
#lumo
<
2017-11-01
>
gscacco20:11:30

Hi all. I have a problem running the following command:

lumo -D simple-time/simple-time:0.2.0 -e "(require 'simple-time.core)"

gscacco20:11:57

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"

gscacco20:11:05

in my .m2/repository there is already simple-time/simple-time/0.2.0

gscacco20:11:08

Am I wrong with the -D option ?

gscacco20:11:21

Same problem with

lumo -L ~/.m2/repository/  -D simple-time/simple-time:0.2.0 -e "(require 'simple-time.core)"

dominicm20:11:17

@gianluca.scacco does it work at the repl?

gscacco20:11:14

no, same error

nberger21:11:56

@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