-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CLI installed with brew throws punycode module deprecated
warning message
#11382
Comments
punycode module deprecated message
punycode module deprecated message
punycode module deprecated message
punycode module deprecated
warning message
This is a known issue (not just w/ mac installs either), see #6689. TL;DR: bw depends on jsdom, jsdom depends on punycode & bw has no control over that dependency rn. Looks like jsdom has a tracking issue on this dependency deprecation here: jsdom/jsdom#3613 |
Duplicate of #6689 |
Hi @kennycontreras and @andrew-chang-dewitt This is indeed a upstream issue with jsdom. jsdom has included the needed version bump of their dependency causing this and it got included with #10742. Merging it closed #6689. The changes will be included in an upcoming release of the CLI. Closing this now. |
Do we know when that CLI release is expected? |
Let's hope a CLI release is imminent... Thanks again @djsmith85 🥇 ! |
@jessebot, @jeroenhabets The CLI including the changes from #10742 did get released, but unfortunately there's another upstream dependency (node-fetch) that causes the same behaviour. The issue isn't fully resolved and being tracked with #6689 (comment) |
Steps To Reproduce
bitwarden-cli (latest version) installed with brew throws a warning message
punycode module deprecated message
Expected Result
No warning message.
Actual Result
bw
command through the terminal, a warning message withpunycode module deprecated message
appears.export NODE_OPTIONS="--no-deprecation"
to my.zshrc
Screenshots or Videos
No response
Additional Context
No response
Operating System
macOS
Operating System Version
Sonoma 14.3
Shell
Zsh
Build Version
2024.9.0
Issue Tracking Info
The text was updated successfully, but these errors were encountered: