lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
penryu 2019-09-19T22:57:47.002700Z

Hi all. I haven't been able to get lumo to use the globally installed andare. Even setting $NODE_PATH to the global node_modules directory as mentioned here isn't working. https://github.com/anmonteiro/lumo/issues/51

penryu 2019-09-19T23:02:45.003500Z

Correction x2: node loads from $NODE_PATH just fine, but fails to load andare because of missing cljs deps. lumo will find js modules in the global folders if they provide the requested module/namespace, but seems to have trouble finding *.cljs files unless they're local...