layer5io / layer5

Layer5, expect more from your infrastructure
https://layer5.io
Apache License 2.0
880 stars 1.23k forks source link

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

Open leecalcote opened 10 months ago

leecalcote commented 10 months ago

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.

vaibhavpnimkar commented 10 months ago

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

leecalcote commented 10 months ago

Sounds good, @vaibhavpnimkar

JyothiSwaroopReddy07 commented 9 months ago

@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 commented 9 months ago

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 commented 8 months ago

Hey, can I work on this?