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
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
The text was updated successfully, but these errors were encountered:
What version of Stacks.js are you using?
Describe the bug
When running a command, such as
stacks make_keychain
, there's a warning that the package is using a deprecated version ofpunycode
,How to reproduce
Run a command such as
stacks make_keychain
.Expected behavior
No warning / error
Additional context
The text was updated successfully, but these errors were encountered: