My npm installs global packages under /usr/local/lib/node_modules, but when I start unravel, it looks like it is looking for lumo to be under: /usr/lib/node_modules.
This is the exact error I get:
/usr/local/bin/unravel: line 12: /usr/lib/node_modules/unravel-repl/node_modules/lumo-cljs/bin/lumo: No such file or directory
My npm installs global packages under
/usr/local/lib/node_modules, but when I start unravel, it looks like it is looking for lumo to be under:/usr/lib/node_modules.This is the exact error I get: