anmonteiro/lumo

Lumo crashes on official clojure alpine docker image

Open

#415 ouverte le 8 juin 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Clojure (83 forks)batch import
help wanted

Métriques du dépôt

Stars
 (1 875 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Based on clojure:lein-2.8.1-alpine

Running: apk add --update nodejs && npm install -g lumo-cljs@1.8.0 works

Then lumo fails with the following error.

events.js:183
      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:190:19)
    at onErrorNT (internal/child_process.js:372: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:678:11)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

Guide contributeur