[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative
Answered
California pilchard posted this in #help-forum
California pilchardOP
How do we fix this warning in NextJS plz ahah Im tired of seing it everytime 😂
ps : im using node
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"
2 Replies
Miniature Pinscher
Either use the LTS version of node or replace the package using punycode.
Miniature Pinscher
Or if all you want to do is silence the warning, add
NODE_OPTIONS="--no-deprecation"
Answer