chomp icon indicating copy to clipboard operation
chomp copied to clipboard

Deprecation warning on Node v21

Open zachsa opened this issue 2 years ago • 1 comments

$ 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)

zachsa avatar Nov 15 '23 06:11 zachsa

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.

guybedford avatar Nov 19 '23 03:11 guybedford