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

Module deprecated warning when running CLI with NodeJS v23 #813

Closed
alekdavis opened this issue Oct 27, 2024 · 2 comments
Closed

Module deprecated warning when running CLI with NodeJS v23 #813

alekdavis opened this issue Oct 27, 2024 · 2 comments

Comments

@alekdavis
Copy link

I did not seet this warning before I upgraded NodeJS to the latest version (v23). Now when I run the CLI, I get the warning:

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

image

The tests run fine, so it's just a warning but may be worth looking at. There is a possibility that it's just my setup, but I uninstalled and reinstalled the latest version (23.1.0) just in case.

@AnWeber
Copy link
Owner

AnWeber commented Oct 27, 2024

already addressed last year: lupomontero/psl#315 but tough-cookie seems to have fixed the issue. I will take a look

@AnWeber
Copy link
Owner

AnWeber commented Oct 27, 2024

I updated tough-cookie, which should remove this warning in the next release.

@AnWeber AnWeber closed this as completed Oct 27, 2024
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