我punycode
在我的 Angular 项目中使用 npm 模块。VsCode 告诉我它已被弃用,并且https://nodejs.org/api/punycode.html#punycode_punycode
确认:
The version of the punycode module bundled in Node.js is being deprecated. In a future major version of Node.js this module will be removed. Users currently depending on the punycode module should switch to using the userland-provided Punycode.js module instead.
建议是切换到 'userland-provided' 模块。那是什么?
有一个指向https://github.com/mathiasbynens/punycode.js的链接,我尝试将它包含在我的 package.json instad of 'punycode' 中,但我得到了同样的错误。