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

ERROR: Can't resolve 'dgram' in ... #89

Open
kinocalde opened this issue Jul 12, 2019 · 0 comments
Open

ERROR: Can't resolve 'dgram' in ... #89

kinocalde opened this issue Jul 12, 2019 · 0 comments

Comments

@kinocalde
Copy link

dgram has been deprecated
https://www.npmjs.com/package/dgram

Node: v10.15.1
NPM: 6.4.1

ERROR in ./node_modules/native-dns-cache/lookup.js
Module not found: Error: Can't resolve 'dgram' in 'E:\xampp\htdocs\khaleesi\node_modules\native-dns-cache'
@ ./node_modules/native-dns-cache/lookup.js 21:12-28
@ ./node_modules/native-dns-cache/index.js
@ ./node_modules/native-dns/lib/platform.js
@ ./node_modules/native-dns/dns.js
@ ./node_modules/dns/lib/dns.js
@ ./node_modules/mikronode/dist/mikronode.js
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/Mikronode.vue
@ ./src/components/Mikronode.vue
@ ./src/router/index.js
@ ./src/main.js

ERROR in ./node_modules/native-dns/lib/server.js
Module not found: Error: Can't resolve 'dgram' in 'E:\xampp\htdocs\khaleesi\node_modules\native-dns\lib'
@ ./node_modules/native-dns/lib/server.js 23:12-28
@ ./node_modules/native-dns/dns.js
@ ./node_modules/dns/lib/dns.js
@ ./node_modules/mikronode/dist/mikronode.js
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/Mikronode.vue
@ ./src/components/Mikronode.vue
@ ./src/router/index.js
@ ./src/main.js

ERROR in ./node_modules/native-dns/lib/utils.js
Module not found: Error: Can't resolve 'dgram' in 'E:\xampp\htdocs\khaleesi\node_modules\native-dns\lib'
@ ./node_modules/native-dns/lib/utils.js 21:12-28
@ ./node_modules/native-dns/lib/platform.js
@ ./node_modules/native-dns/dns.js
@ ./node_modules/dns/lib/dns.js
@ ./node_modules/mikronode/dist/mikronode.js
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/Mikronode.vue
@ ./src/components/Mikronode.vue
@ ./src/router/index.js
@ ./src/main.js

ERROR in ./node_modules/native-dns/lib/platform.js
Module not found: Error: Can't resolve 'fs' in 'E:\xampp\htdocs\khaleesi\node_modules\native-dns\lib'
@ ./node_modules/native-dns/lib/platform.js 23:9-22
@ ./node_modules/native-dns/dns.js
@ ./node_modules/dns/lib/dns.js
@ ./node_modules/mikronode/dist/mikronode.js
@ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/Mikronode.vue
@ ./src/components/Mikronode.vue
@ ./src/router/index.js
@ ./src/main.js

Build failed with errors.

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

2 participants
@kinocalde and others