Fork me on GitHub
#lumo
<
2017-11-03
>
timgilbert18:11:06

Hi, I'm having trouble installing lumo inside of a docker imge FROM mhart/alpine-node:8.8.1

anmonteiro18:11:59

@timgilbert alpine doesn’t have a compatible libc or something 😞

timgilbert18:11:06

npm install -g lumo-cljs --unsafe-perm seems to work fine, but then when I run lumo I get this:

bash-4.3# lumo
events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: spawn /usr/lib/node_modules/lumo-cljs/bin/lumo ENOENT
    at _errnoException (util.js:1024:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:192:19)
    at onErrorNT (internal/child_process.js:374:16)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)
    at Function.Module.runMain (module.js:655:11)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

timgilbert18:11:01

Interesting, I'll mess around with it some