Fork me on GitHub
#lumo
<
2019-09-19
>
penryu22:09:47

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

penryu23:09:45

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...