Next.js Discord

Discord Forum

Error using WebTorrent library

Unanswered
Morelet’s Crocodile posted this in #help-forum
Open in Discord
Morelet’s CrocodileOP
./node_modules/k-rpc-socket/index.js:1:13

Module not found: Can't resolve 'dgram'
> 1 | var dgram = require('dgram')
    |             ^^^^^^^^^^^^^^^^
  2 | var bencode = require('bencode')
  3 | var isIP = require('net').isIP
  4 | var dns = require('dns')

https://nextjs.org/docs/messages/module-not-found


Getting the above error when using the [webtorrent](https://github.com/webtorrent/webtorrent) library in Next.js.

0 Replies