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 did not seet this warning before I upgraded NodeJS to the latest version (v23). Now when I run the CLI, I get the warning:
(node:23596) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
The tests run fine, so it's just a warning but may be worth looking at. There is a possibility that it's just my setup, but I uninstalled and reinstalled the latest version (23.1.0) just in case.
The text was updated successfully, but these errors were encountered:
I did not seet this warning before I upgraded NodeJS to the latest version (v23). Now when I run the CLI, I get the warning:
The tests run fine, so it's just a warning but may be worth looking at. There is a possibility that it's just my setup, but I uninstalled and reinstalled the latest version (23.1.0) just in case.
The text was updated successfully, but these errors were encountered: