DeprecationWarning The punycode
module is deprecated. Please use a userland alternative instead.
#2485
Labels
punycode
module is deprecated. Please use a userland alternative instead.
#2485
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
No response
Tell us about your environment
M2 Mac v13.6
MarkBind version
5.4.0
Describe the bug and the steps to reproduce it
When running
markbind serve -d
(node:2418) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.This is also flagged if you npm run test and read through the logs.
Expected behavior
We shouldn't get a deprecation error.
Anything else?
I don't think this is an issue with (most) of markbind things, but rather something from node. My node version is Node.js v21.7.1 . See this issue on yarn...
Potential options:
Aside from node, it seems punycode is also a dependency for tough-cookie and two others> Not sure if we can move away from this.
The text was updated successfully, but these errors were encountered: