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