New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine Linux execution error with every elm executable #941

Closed
cprieto opened this Issue Feb 9, 2018 · 2 comments

Comments

Projects
None yet
3 participants
@cprieto

cprieto commented Feb 9, 2018

Installed in Alpine Linux 3.7, installation of elm 0.18.0 went without issues as a normal user:

npm install --prefix /opt/elm elm -g

Package install without problems or warnings.

PATH:

`PATH='/opt/elm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'

And which reports elm in the correct place:

/opt/elm/bin/elm

Executing any of the elm applications fails with the following message:

events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: spawn /opt/elm/lib/node_modules/elm/Elm-Platform/0.18.0/.cabal-sandbox/bin/elm ENOENT
    at _errnoException (util.js:1022: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:686:11)
    at startup (bootstrap_node.js:187:16)
    at bootstrap_node.js:608:3

Tried changing the path directly to the .cabal-sandbox/bin and the same error happens. I followed the same instructions and tried as in the issue #787 and error continues.

@process-bot

This comment has been minimized.

Show comment
Hide comment
@process-bot

process-bot Feb 9, 2018

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

process-bot commented Feb 9, 2018

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@evancz

This comment has been minimized.

Show comment
Hide comment
@evancz

evancz Mar 7, 2018

Member

I recommend asking around on https://discourse.elm-lang.org/ or http://elmlang.herokuapp.com/ for help with this. It definitely is not caused by the core libraries though, and I bet someone in the community can help more effectively than I can.

Member

evancz commented Mar 7, 2018

I recommend asking around on https://discourse.elm-lang.org/ or http://elmlang.herokuapp.com/ for help with this. It definitely is not caused by the core libraries though, and I bet someone in the community can help more effectively than I can.

@evancz evancz closed this Mar 7, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment