[CI] Site build warning for deprecated punycode package
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.
-
π See contributing instructions.
-
π¨ Wireframes and designs for Layer5 site in Figma (open invite)
-
ππΎππΌ Questions: Discussion Forum and Community Slack.
Join the Layer5 Community by submitting your community member form.
Hey i would like to look in to this issue @leecalcote @Yashsharma1911
Sounds good, @vaibhavpnimkar
@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
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.
Hey, can I work on this?