We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upon running my node application with --trace-deprecation arg warning is tracked back to tr46 package.
--trace-deprecation
Warning message is as below: (node:18804) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
punycode
The text was updated successfully, but these errors were encountered:
Thanks for reporting! Would you like to send a Pull Request to address this issue?
Sorry, something went wrong.
Sure bumping up mongodb version should fix the issue.
#160
Successfully merging a pull request may close this issue.
Issue
Upon running my node application with
--trace-deprecation
arg warning is tracked back to tr46 package.Warning message is as below:
(node:18804) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.The text was updated successfully, but these errors were encountered: