Closed mzenz closed 1 year ago
I'm also trying to updated my project to use vite 3
and encountered that issue
Install it manually.
I see the same problem. I installed the dependencies, but the references in vite-plugin-md are outdated. New major versions of rollup and happy-dom are available. It would be great, if these dependencies could be updated in this project as well. Thanks.
WARN Issues with peer dependencies found
.
└─┬ vite-plugin-md 0.20.4
├── ✕ unmet peer rollup@^2.77.0: found 3.2.3
└─┬ @yankeeinlondon/builder-api 0.4.1
└─┬ @yankeeinlondon/happy-wrapper 2.6.0
└── ✕ unmet peer happy-dom@^6.0.4: found 7.5.13
I had a similar issue. And I need to fix it by installing happy-dom
, I think the reason may be because I updated vite 3
in my project
I believe everything after Release v0.22.0 should work fine now. Please re-open if that is not the case.
Describe the bug
Creating a basic starter Vite + Vue + TS project via
yarn create vite@latest
fails to start dev server after installingvite-plugin-md
.Repro steps:
yarn create vite@latest
-> choose Vue + Typescriptyarn install vite-plugin-md
.yarn dev
.Reproduction
https://github.com/mzenz/vite-plugin-md-bug
System Info
Used Package Manager
yarn
Validations