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 upNo compatible version found mp4box.js when trying to install npm webtorrent with meteor #393
Comments
feross
added a commit
to jhiesey/videostream
that referenced
this issue
Aug 6, 2015
I believe that Windows can't handle `git+ssh://` urls in npm dependencies. More info: webtorrent/webtorrent#393
This comment has been minimized.
This comment has been minimized.
|
I believe that Windows can't handle @zakaria340 Can you try installing again and let me know if it works now? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Im trying to use webtorrent with meteorhack:npm.
packages.json :
{
"webtorrent":"0.55.0"
}
server.js
if (Meteor.isServer) {
Meteor.startup(function () {
var Webtorrent = Meteor.require('webtorrent');
});
}