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 upNodeJS install of webtorrent-hybrid broken ? #421
Comments
This comment has been minimized.
This comment has been minimized.
|
Chances are you're using the Node 0.13.3-pre version....which sucks, use a stable version. Install nvm and then run
and rerun the commands and then you should be able to get it to run. Be patient though. It's a monster of a file load. |
This comment has been minimized.
This comment has been minimized.
|
Hi npm ERR! Tell the author that this fails on your system: Seem like this error is with the latest Node version AND the version 0.12.2 … Any idea how to fix this ? *DEBUGG LOG FILE : * |
This comment has been minimized.
This comment has been minimized.
|
So tried this whole afternoun node-pre-gyp, which seem to be needed for the wrtc package not installing. I tried npm install gyp, which work. npm ERR! wrtc@0.0.58 install: On all distro (tried Ubuntu 12.04, 14,04, Fedora, differents nodesjs version, compile from repo etc...) |
This comment has been minimized.
This comment has been minimized.
|
Did you check if you have the correct dependencies installed? Either way, it sounds like this is an issue with node-wrtc, not WebTorrent. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Find out that the problem is with node-pre-gyp (gyp) on ARM7 servers (all cloud servers that i'am using). |
This comment has been minimized.
This comment has been minimized.
|
Did you find a solution??? I have pretty much tried every major version of node and I still can't get it to install on Mac/Linux |
This comment has been minimized.
This comment has been minimized.
|
Sorry about this issue, guys. I think we'll just have to wait for a better node.js implementation of webrtc to come along. I'm currently holding out for https://github.com/nickdesaulniers/node-rtc-peer-connection by @nickdesaulniers which has no native dependencies, so it'll have no build issues. It's not finished yet, but it's shaping up nicely so far! |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |

Hi
So the last 3 hours i tried to install the webtorrent-hybrid server, on different clouds machines.
Tried with my dedicated server with Ubuntu 14.04 -> Errors
Tried with cloud vm Ubuntu 12.04 -> Errors
Tried with cloud vm Debian Wheezy -> Errors
Tried with NodeJS Image from AWS -> Errors
All comes with this error (with the updated node version from the repo) :
Or
Any idea how to fix this ? Cant go further in the dev without working server for seeding.