Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upnpm WARN: use of legacy binary "node" #59
Comments
This comment has been minimized.
This comment has been minimized.
|
I just pushed a new version. Could you give that a try? $ npm install webtorrent -g
$ webtorrent |
This comment has been minimized.
This comment has been minimized.
|
Thx for the reply I first try to uninstall sudo npm uninstall webtorrent and it geives:npm WARN uninstall not installed in /home/aveesh/webtorrent/node_modules: "webtorrent"I then try npm install webtorrent -g and after downloading it gave me a few errors so I tried it as suosudo npm install webtorrent -gno errors when i type in webtorrent/usr/bin/env: node: No such file or directory I try npm start webtorrent (either in home doir or after cd webtorrent) also npm_debug has0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', Sorry if I am bothering you - typing node gives this qhile nodejs gives me From the Desk of Aveesh Kumar On Sun, May 18, 2014 at 2:23 PM, Feross Aboukhadijeh <
|
This comment has been minimized.
This comment has been minimized.
|
It seems you don't have a proper installation of node and/or npm. I'd recommend reading up on a nodejs tutorial and making sure you're comfortable with the dependencies before delving into webtorrent. You should then be able to run |
This comment has been minimized.
This comment has been minimized.
|
I think the issue is that you used The quickest way to solve the problem seems to be to run See: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#ubuntu-mint-elementary-os for more info. |
This comment has been minimized.
This comment has been minimized.
|
I'm closing this for now since this isn't really a webtorrent issue. But feel free to reply if this doesn't solve your problem and we'll try to help. |
Hello - awesome project - awesome work by you - awesome speech in Budapest. But when I install under ubuntu 14.04 64 bit, npm start gives me:
on ubuntu, node env var is nodejs but i cant seem to figure out what/how to edit
~/webtorrent/bin/cmd.js has the env var node at the top but changing that to nodejs just brings up Webtorrent help screen in terminal
Would love to make it work - Thx