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 upUncaught TypeError: dgram.createSocket is not a function #1340
Comments
This comment has been minimized.
This comment has been minimized.
|
You have to use browserify when using webtorrent in the browser. Or use the minified build instead. |
This comment has been minimized.
This comment has been minimized.
|
Im using Meteor+Vue, so can't really use another bundling tool. Shouldn't be possible to avoid browserify tool? Why is it needed? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
It appears that Meteor does not support using the Consider using the bundled version of WebTorrent which has already been browserified. You can find it in the repo -- |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting this error when trying to call the consturctor.
var client = new WebTorrent();
any ideas?
cheers