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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: