0067_node.js报错punycode的解决方法
DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead
Summary
在 nodejs v21.0.0 以上会出现如下提示
1 | |
解决方法
1 | |
进入 node_modules
找到 tr46 文件夹中的 index.js
找到下面的代码
1 | |
在punycode后面加上/
1 | |
0067_node.js报错punycode的解决方法
https://100497.github.io/107264933/