hirosystems/stacks.js

@stacks/cli using deprecated module `punycode`

aryzing opened this issue · 0 comments

What version of Stacks.js are you using?

installed @stacks/cli@6.15.0 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