lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
metametadata 2017-09-29T00:19:54.000075Z

yep, changing nodeVersion from 8.5.0 to 8.6.0 or 8.4.0 helps

anmonteiro 2017-09-29T00:24:24.000212Z

will be fixed in the next version

anmonteiro 2017-09-29T00:24:28.000158Z

I’ll upgrade to 8.6

metametadata 2017-09-29T00:26:56.000017Z

thanks @anmonteiro ! I'll file an issue tomorrow. I've just managed to reproduce it without Jenkins finally:

ᐅ lumo -e "(require 'bar)" 
            ⬆
WARNING: bar is a single segment namespace at line 1 bar.cljs
ᐅ lumo -e "(require 'bar)" &> out.txt ; cat out.txt
No such namespace: bar, could not locate bar.cljs, bar.cljc, or JavaScript source providing "bar"
...

metametadata 2017-09-29T00:27:45.000025Z

I'll simplify it even more tomorrow as it looks like all fs operations fail with this error