Closed DougAnderson444 closed 4 years ago
dgram is a core api provided by node.js
Hmm, ok. The reason I noted this was I was getting an error when trying to run hyperswarm about not being able to resolve dgram.
Module not found: Can't resolve 'dgram' in '\node_modules\dht-rpc'
I saw it's require'd in dht-rpc.
Since it's part of Node, does this have to be changed?
Ah, wait, maybe it's only for v12 (and I'm running node 10)
It’s been in Node since the beginning. What platform are you on?
Windows 8
https://www.npmjs.com/package/dgram
But it's used in dht-rpc