Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js v21でzenn-cliを実行するとwarning #476

Open
teppeis opened this issue Oct 20, 2023 · 2 comments
Open

Node.js v21でzenn-cliを実行するとwarning #476

teppeis opened this issue Oct 20, 2023 · 2 comments

Comments

@teppeis
Copy link

teppeis commented Oct 20, 2023

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

Nodeのコアモジュールpunycodeは従来からdeprecatedですが、Node.js v21からは明示的にwanringを出すようになりました。
https://nodejs.org/dist/latest-v21.x/docs/api/punycode.html

@teppeis teppeis changed the title Node.js v21でcliwowarning Node.js v21でzenn-cliを実行するとwarning Oct 20, 2023
@Ko1103
Copy link

Ko1103 commented Aug 12, 2024

Node.js v22でも同様のwarningがでました。

@teppeis
Copy link
Author

teppeis commented Aug 15, 2024

markdown-it が原因のようです。v14系に上げれば解決されます。
markdown-it/markdown-it@737c95a#diff-6813bf311f96e0802143101bda56669e83c233a013fb5f4e427c60b74a6d1afbL11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants