You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that while using this repositories, the following deprecation warning appears in Node.js:
ERROR (node:20016) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
As per the Node.js documentation, the punycode module is no longer recommended and should be replaced with a userland alternative, such as the punycode npm package.
Would it be possible to update the codebase to remove this dependency or switch to the maintained npm version of punycode?
This update would help ensure compatibility with modern versions of Node.js and prevent potential runtime errors in the future when the built-in module is fully removed.
Thank you for your hard work on maintaining this project!
Describe the bug
Hello,
I noticed that while using this repositories, the following deprecation warning appears in Node.js:
As per the Node.js documentation, the punycode module is no longer recommended and should be replaced with a userland alternative, such as the punycode npm package.
Would it be possible to update the codebase to remove this dependency or switch to the maintained npm version of
punycode
?This update would help ensure compatibility with modern versions of Node.js and prevent potential runtime errors in the future when the built-in module is fully removed.
Thank you for your hard work on maintaining this project!
Best regards,
Delta
Reproduction
Run project with Node.js
pnpm run dev --port 8000
System Info
Used Package Manager
pnpm
Validations
Contributions
The text was updated successfully, but these errors were encountered: