You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current markdown-it version is using a deprecated punycode Node.js package. markdown-it cannot import if the punycode bulilt-in module is no longer supported in your Node.js runtime (Electron).
That may include some breaking changes due to the major update. If you want to use Marp Core v3 right now, you may have to set up your bundler to alias punycode module into the userland package instead of Node.js built-in.
Version of Marp Tool
"@marp-team/marp-core": "^3.9.0",
Operating System
Windows
Environment
electron+vue+vite 28.0.0
How to reproduce
Expected behavior
there is no bug
Actual behavior
Uncaught Error: Dynamic require of "punycode" is not supported
Additional information
Uncaught Error: Dynamic require of "punycode" is not supported
The text was updated successfully, but these errors were encountered: