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

Can't resolve 'dgram' #139

Open
moelholm opened this issue Mar 1, 2019 · 0 comments
Open

Can't resolve 'dgram' #139

moelholm opened this issue Mar 1, 2019 · 0 comments

Comments

@moelholm
Copy link

moelholm commented Mar 1, 2019

While playing with this module I'm getting errors such as this

Module not found: Error: Can't resolve 'dgram' in '..node_modules/native-dns/lib'
[0]  @ ./node_modules/native-dns/lib/utils.js 21:12-28
[0]  @ ./node_modules/native-dns/lib/client.js
[0]  @ ./node_modules/native-dns/dns.js
[0]  @ ./node_modules/dns/lib/dns.js
[0]  @ ./node_modules/async-listener/index.js
[0]  @ ./node_modules/continuation-local-storage/context.js

Seems to be happening when my app is performing server side rending of react code...

It happens when require('continuation-local-storage'); is present.

(above error doesn't appear when cls related code is completely absent)

Is this a well known issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant