Next.js Discord

Discord Forum

[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative

Answered
California pilchard posted this in #help-forum
Open in Discord
Avatar
California pilchardOP
How do we fix this warning in NextJS plz ahah Im tired of seing it everytime 😂
ps : im using node v22.10.0
Answered by Miniature Pinscher
Or if all you want to do is silence the warning, add NODE_OPTIONS="--no-deprecation"
View full answer

2 Replies

Avatar
Miniature Pinscher
Either use the LTS version of node or replace the package using punycode.
Avatar
Miniature Pinscher
Or if all you want to do is silence the warning, add NODE_OPTIONS="--no-deprecation"
Answer