Open adriano-tirloni opened 1 month ago
Node is emitting a deprecation warning: [DEP0040] DeprecationWarning: Thepunycodemodule is deprecated. Please use a userland alternative instead.
[DEP0040] DeprecationWarning: The
module is deprecated. Please use a userland alternative instead.
Its origin is whatwg-url@5.0.0, node-fetch has breaking changes from 2.7 to 3.0 and drops support for very old node versions.
whatwg-url@5.0.0
Node is emitting a deprecation warning:
[DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead.
Its origin is
whatwg-url@5.0.0
, node-fetch has breaking changes from 2.7 to 3.0 and drops support for very old node versions.