Module not found: Can't resolve 'dgram' from ./node_modules/dns/node_modules/native-dns/lib/server.js #8341
Unanswered
samueloshio
asked this question in
Help
Replies: 1 comment
-
Same for me I'm developing outreach-tool using redis (ioredis) const email = new Emails() it throwing the error 'dns' 'net' 'tls' 'dgram' not found - this errors possible to fix by somewhere in Emails.ts (this is async getCachedScheduledEmailObjects(
something: string[] | string,
somethingElse: string,
): Promise<TScheduledEmail[] | string> {
return ''
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am stuck while trying to use Email Provider. Have gotten couple of similar issues where most of these modules are depreciated already;
Before now i had Module not found: Can't resolve 'fs' and Module not found: Can't resolve 'dns' both coming from /node_modules/nodemailer. what i did to resolve these issues was to add fs: false in the next.config.js while i run npm i net for the latter. Now am completely stuck at "dgram" module not found.
Beta Was this translation helpful? Give feedback.
All reactions