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

[Bug]: The punycode module is deprecated #31

Open
DataGridXL opened this issue May 27, 2024 · 1 comment
Open

[Bug]: The punycode module is deprecated #31

DataGridXL opened this issue May 27, 2024 · 1 comment
Assignees

Comments

@DataGridXL
Copy link

What happened?

[Paddle] [LOG] [Request] GET https://api.paddle.com/products Transaction ID: XXX
(node:4292) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
[Paddle] [LOG] [Response] GET https://api.paddle.com/products 200 Transaction ID: XXX Request ID: XXX

Steps to reproduce

Follow the steps from this very Github repo (getProducts) and it will raise this warning.

It seems that it is not a bug (yet) but a warning.

What did you expect to happen?

I would like to have a clear console without deprecation warning.

Logs

No response

@vijayasingam-paddle vijayasingam-paddle self-assigned this May 28, 2024
@vijayasingam-paddle
Copy link
Contributor

Hi @DataGridXL,
Thank you for raising this bug report.

This is a deprecation warning thrown by one of our dependencies node-fetch. We will find a solution to remove them and update you.

Thank you.

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