Should Lumo work under Alpine Linux? I get this error:
bash-4.3# lumo
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn /usr/local/share/.config/yarn/global/node_modules/lumo-cljs/bin/lumo ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
@metametadata I couldn’t get it to work because of libc
builds fine under busybox though
@anmonteiro got it, thank you for a quick response!
for context: I'm experimenting with Jenkins CI docker container which uses Alpine Linux
let me know if you make it work