Skip to content
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

Failure on Ubuntu 14.04 x86 #1

Closed
raould opened this issue Jun 11, 2015 · 5 comments
Closed

Failure on Ubuntu 14.04 x86 #1

raould opened this issue Jun 11, 2015 · 5 comments

Comments

@raould
Copy link

raould commented Jun 11, 2015

I am just a clueless user.

elm@1.5.1 postinstall /usr/local/lib/node_modules/elm-test/node_modules/node-elm-compiler/node_modules/elm
node lib/install.js

✖ No binary found matching your system. It's probably not supported.
✖ elm pre-build test failed
✖ No binary found matching your system. It's probably not supported.
✖ elm-doc pre-build test failed
✖ No binary found matching your system. It's probably not supported.
✖ elm-make pre-build test failed
✖ No binary found matching your system. It's probably not supported.
✖ elm-package pre-build test failed
✖ No binary found matching your system. It's probably not supported.
✖ elm-reactor pre-build test failed
✖ No binary found matching your system. It's probably not supported.
✖ elm-repl pre-build test failed

/usr/local/bin/elm-test -> /usr/local/lib/node_modules/elm-test/bin/elm-test
elm-test@0.2.0 /usr/local/lib/node_modules/elm-test
├── lodash@3.9.3
├── temp@0.8.1 (rimraf@2.2.8)
└── node-elm-compiler@0.3.0 (elm@1.5.1)

@rtfeldman
Copy link
Owner

This is a problem with https://github.com/kevva/elm-bin - which is a depdendency of node-elm-test.

What happens if you just run npm install elm - same thing?

@raould
Copy link
Author

raould commented Jun 11, 2015

Yes, similar "No binary" for that as well. ("sudo npm install -g elm")

@rtfeldman
Copy link
Owner

Gotcha. Unfortunately I'm not sure how to diagnose that beyond opening an issue on https://github.com/kevva/elm-bin - but I suspect once you get that resolved, elm-test should just work...

@raould
Copy link
Author

raould commented Jun 11, 2015

So, elm-bin from node would conflict with elm-* from cabal and elm-package install * I am guessing?

@rtfeldman
Copy link
Owner

Quite possibly, although I don't know enough about elm-bin's postinstall checks to tell if that's the problem here.

@raould raould closed this as completed Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants