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

[CI] Site build warning for deprecated punycode package #5227

Open
leecalcote opened this issue Dec 22, 2023 · 5 comments
Open

[CI] Site build warning for deprecated punycode package #5227

leecalcote opened this issue Dec 22, 2023 · 5 comments
Labels
framework/gatsby Gatsby related help wanted Extra attention is needed kind/chore Necessary task type/ci Continuous Integration

Comments

@leecalcote
Copy link
Member

leecalcote commented Dec 22, 2023

Current Behavior

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

Desired Behavior

Use an alternative package.


Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

@leecalcote leecalcote added help wanted Extra attention is needed kind/chore Necessary task type/ci Continuous Integration framework/gatsby Gatsby related labels Dec 22, 2023
@vaibhavpnimkar
Copy link

Hey i would like to look in to this issue @leecalcote @Yashsharma1911

@leecalcote
Copy link
Member Author

leecalcote commented Dec 31, 2023

Sounds good, @vaibhavpnimkar

@JyothiSwaroopReddy07
Copy link
Contributor

@leecalcote the fix for this issue is to change node version to 20.10.0

nvm install 20.10.0
nvm use 20.10.0

with current versions of node it seems impossible to remove the warning regarding punycode

@saurabh100ni
Copy link
Contributor

This issue has been open for some time with no recent activity, unassigning to open it up for new contributors to give it a go.

@meetjn
Copy link
Contributor

meetjn commented Feb 28, 2024

Hey, can I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework/gatsby Gatsby related help wanted Extra attention is needed kind/chore Necessary task type/ci Continuous Integration
Development

No branches or pull requests

5 participants