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
What Node versions, OSs and CPU architectures are you building for?
default
Describe the Bug
@yao-pkg/pkg uses the deprecated punycode module, causing the following warning to appear every time the command is invoked:
(node:3363) [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 punycode module should be replaced with the punycode package on npm.
Expected Behavior
No warning about the deprecated punycode module.
To Reproduce
Run npx -p @yao-pkg/pkg pkg --help.
The text was updated successfully, but these errors were encountered:
What version of pkg are you using?
6.2.0
What version of Node.js are you using?
22.9.0
What operating system are you using?
macOS
What CPU architecture are you using?
x86_64
What Node versions, OSs and CPU architectures are you building for?
default
Describe the Bug
@yao-pkg/pkg
uses the deprecatedpunycode
module, causing the following warning to appear every time the command is invoked:The
punycode
module should be replaced with thepunycode
package on npm.Expected Behavior
No warning about the deprecated
punycode
module.To Reproduce
Run
npx -p @yao-pkg/pkg pkg --help
.The text was updated successfully, but these errors were encountered: