elm-server icon indicating copy to clipboard operation
elm-server copied to clipboard

Currently Broken - Don't Use

Open patientplatypus opened this issue 6 years ago • 0 comments

Trying to run the buttons example from the current Elm repository (https://guide.elm-lang.org/architecture/user_input/buttons.html) yields the following. This repo is broken and seemingly hasn't been updated in a while. Don't use it.

patientplatypus:~/Documents/elmTree:08:21:19$elm-server ./Main.elm
events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: spawn /Users/patientplatypus/.nvm/versions/node/v8.1.4/lib/node_modules/elm-server/node_modules/elm/Elm-Platform/0.17.1/.cabal-sandbox/bin/elm-make ENOENT
    at exports._errnoException (util.js:1022:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:189:19)
    at onErrorNT (internal/child_process.js:366:16)
    at _combinedTickCallback (internal/process/next_tick.js:102:11)
    at process._tickCallback (internal/process/next_tick.js:161:9)
    at Function.Module.runMain (module.js:607:11)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3

patientplatypus avatar Apr 21 '18 13:04 patientplatypus