Sandros94 / nuxt-markdown-render

A Nuxt wrapper for the popular markdown-it.
https://www.npmjs.com/package/nuxt-markdown-render
MIT License
7 stars 1 forks source link

`uc.micro@2.1.0` vite js analysis error #8

Open Sandros94 opened 3 months ago

Sandros94 commented 3 months ago

Opened an issue at uc.micro and reporting the following error

Stackblitz repro image

For now I'm going to override the uc.micro version to 2.0.0

Sandros94 commented 3 months ago

it seems that I cannot force the override of a specific version, or at least not with just pnpm.override

Sandros94 commented 2 months ago

Reverted to markdown-it@14.0.0 until the upstream issue is fixed.

Looks 14.1.0 heavily depends on uc.micro@2.1.0 for testing strings before parsing with the renderer, breaking the dynamics of this module