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

[Ubuntu 14.04] Failure to install due to deprecated "node" binary #21

Closed
Drakonas opened this issue Jun 6, 2016 · 4 comments
Closed

Comments

@Drakonas
Copy link

Drakonas commented Jun 6, 2016

Here is the log. You should no longer be using node to execute things during install. It is deprecated.

Check out line 17:
npm WARN This failure might be due to the use of legacy binary "node"
http://pastebin.com/pkxkByhQ

@vegeta897
Copy link
Member

Does this happen when using --no-optional?

D-Zone doesn't have any install scripts so this would be a problem with another package.

@Drakonas
Copy link
Author

Drakonas commented Jun 7, 2016

EDIT: Yes I can install it with that argument, but I still get this when I run npm start.

http://pastebin.com/V7nym8JD

similar warning.

@izy521
Copy link

izy521 commented Nov 18, 2016

This came from installing discord.io which required node-opus at the time. node and nodejs are both fine keywords to use, your Ubuntu installation is using the old 0.10.25 version of Node.js. You need to update it.

@vegeta897
Copy link
Member

Well then!

Thanks @izy521

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

3 participants