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.
提案は、「ユーザーランド提供」モジュールに切り替えることです。それは何ですか?
https://github.com/mathiasbynens/punycode.jsへのリンクがあり、それを「punycode」の代わりに package.json に含めてみましたが、同じエラーが発生します。