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

No compatible version found mp4box.js when trying to install npm webtorrent with meteor #393

Closed
zakaria340 opened this issue Aug 2, 2015 · 1 comment

Comments

@zakaria340
Copy link

@zakaria340 zakaria340 commented Aug 2, 2015

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');
});
}

npmerror

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
@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Aug 6, 2015

I believe that Windows can't handle git+ssh:// urls in npm dependencies. I fixed this in videostream (see jhiesey/videostream#14).

@zakaria340 Can you try installing again and let me know if it works now?

@feross feross closed this Aug 6, 2015
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.