-
Notifications
You must be signed in to change notification settings - Fork 159
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
Deprecation warning when initializing fern #2716
Comments
Reproducible with Node 21 |
@atupem if you downgrade your Node version to v20, does this get rid of the warning? |
I currently have Node v22.6.0 and I still have this warning. And I still have it with a downgrade to node@20 with Homebrew.
|
Confirming this is still an (annoying) deprecation notice. Node version: |
Describe the bug
When running
fern init
, I see the following warning:[DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.To reproduce
Steps to reproduce the behavior:
fern init
Expected behavior
No deprecation warnings
Version
Fern Version: 0.16.36
The text was updated successfully, but these errors were encountered: