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
(node:28540) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Expected behavior
No errors or warnings
How to reproduce
$ hexo generate --trace-deprecation
INFO Validating config
(node:17112) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
INFO Start processing
INFO Files loaded in 108 ms
INFO 0 files generated in 247 ms
Check List
Describe the bug
(node:28540) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)Expected behavior
No errors or warnings
How to reproduce
$ hexo generate --trace-deprecation
$ npm ls punycode
Screenshots
No response
Environment information
No response
Additional context
ref: mathiasbynens/punycode.js#141
The text was updated successfully, but these errors were encountered: