Update Node to v22.9.0.
Run the command: dev": "nodemon src/index.js.
How often does it reproduce? Is there a required condition?
The issue occurs every time I start the server with the command.
The warning appears specifically after updating to Node v22.9.0.
What is the expected behavior? Why is that the expected behavior?
The server should start without any warnings.
What do you see instead?
A deprecation warning appears when starting the server.
(node:16998) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Additional information
Are you familiar with this issue, and do you have any suggestions for resolving it?
Version
v22.9.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
Update Node to v22.9.0. Run the command: dev": "nodemon src/index.js.
How often does it reproduce? Is there a required condition?
The issue occurs every time I start the server with the command. The warning appears specifically after updating to Node v22.9.0.
What is the expected behavior? Why is that the expected behavior?
The server should start without any warnings.
What do you see instead?
A deprecation warning appears when starting the server. (node:16998) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead. (Usenode --trace-deprecation ...
to show where the warning was created)Additional information
Are you familiar with this issue, and do you have any suggestions for resolving it?