Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: The punycode module is deprecated #54

Open
waynehaffenden opened this issue Aug 17, 2024 · 2 comments
Open

DeprecationWarning: The punycode module is deprecated #54

waynehaffenden opened this issue Aug 17, 2024 · 2 comments

Comments

@waynehaffenden
Copy link

waynehaffenden commented Aug 17, 2024

Running this on MacOS brings up this deprecation warning multiple times:

(node:2509) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created)

@joaojacome
Copy link
Owner

punycode is a NodeJS module used by the bitwarden CLI - unfortunately it's not something I can fix here.

@dronenb
Copy link

dronenb commented Jan 24, 2025

@waynehaffenden FYI, you can use the following workaround to get rid of the message if you don't like seeing it - see this issue comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants