Since ~4 weeks, the UI build (npm run build) throws out a red warning
(node:27944) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
#(Use node --trace-deprecation ... to show where the warning was created)
I don't know where this tool gets used, or what is the "userland alternative" for punycode. But it looks like the clock is ticking and we need an alternative solution.
Since ~4 weeks, the UI build (
npm run build) throws out a red warningI don't know where this tool gets used, or what is the "userland alternative" for punycode. But it looks like the clock is ticking and we need an alternative solution.