stacks.js
stacks.js copied to clipboard
@stacks/cli using deprecated module `punycode`
What version of Stacks.js are you using?
installed @stacks/[email protected] with binaries:
- stx
- stacks
Describe the bug
When running a command, such as stacks make_keychain, there's a warning that the package is using a deprecated version of punycode,
(node:5633) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
How to reproduce
Run a command such as stacks make_keychain.
Expected behavior
No warning / error
Additional context
- Desktop/Smartphone OS: Ubuntu 22.04 LTS, bun 1.1.12, node v22.2.0