-
Notifications
You must be signed in to change notification settings - Fork 693
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
Node.js 22: "[DEP0040] DeprecationWarning: The punycode
module is deprecated."
#802
Comments
This was referenced Apr 25, 2024
|
Probably not worth the mention, but yes it's present in node v22.5.0.
|
I've updated the original posting with the latest versions serve |
Line 47 in d06104a
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
punycode
module is deprecated." #789Description
Running
serve
under Node.js22.x
version causes a deprecation notice similar to the following to be displayed:Node.js v22.0.0 (Current) was released on Apr 24, 2024.
Steps to reproduce
On Ubuntu22.04.4
LTS with Node.jsv22.0.0
On Ubuntu
22.04.5
LTS with Node.jsv22.9.0
shows
Library version
14.2.2
and14.2.3
Node version
andv22.0.0
v22.9.0
The text was updated successfully, but these errors were encountered: