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
Node 22 will start showing warnings that punycode is deprecated, and a userland solution must be used
Lots of 3rd party node_modules use native punycode and many are out of our control. It's too many. Especially because node-fetch depends on punycode, and even if this itself is now native .... we all know what a chaos is in node_modules.
Anyway, what I did, was to install module-alias and then add before anything else (node -r or via NODE_OPTIONS):