lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
borkdude 2017-11-01T12:51:53.000494Z

Great: https://github.com/dundalek/closh

👍 7
gscacco 2017-11-01T20:10:30.000956Z

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

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

gscacco 2017-11-01T20:10:57.000723Z

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"

gscacco 2017-11-01T20:12:05.000322Z

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

gscacco 2017-11-01T20:13:08.000309Z

Am I wrong with the -D option ?

gscacco 2017-11-01T20:15:21.000298Z

Same problem with

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

dominicm 2017-11-01T20:23:17.000202Z

@gianluca.scacco does it work at the repl?

gscacco 2017-11-01T20:24:14.000196Z

no, same error

nberger 2017-11-01T21:48:56.000113Z

@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