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

Deprecation warning on Node v21 #179

Open
zachsa opened this issue Nov 15, 2023 · 1 comment
Open

Deprecation warning on Node v21 #179

zachsa opened this issue Nov 15, 2023 · 1 comment

Comments

@zachsa
Copy link
Collaborator

zachsa commented Nov 15, 2023

$ chomp --version
(node:11625) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
@guybedford
Copy link
Owner

This is because we use the bin-wrapper dependency for the Node.js support via https://www.npmjs.com/package/bin-wrapper.

That project seems to now be unmaintained. Forking it and updating the dependencies and pushing a new version, we could then update our bin-wrapper reference to the fork on npm.

Alternatively we could upstream the bin-wrapper implementation.

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

2 participants