yarn
yarn copied to clipboard
[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Node v22.7.0
I got this warning, when try yarn start to my RN Project
(node:5964) [DEP0040] DeprecationWarning: The punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
yarn: 1.22.22 node: 22.7.0
how to fix it?