DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
As per punnycode , https://www.npmjs.com/package/punycode , require("punnycode") should be replaced with require("punnycode/")
DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead.As per
punnycode, https://www.npmjs.com/package/punycode ,require("punnycode")should be replaced withrequire("punnycode/")