Last 12 weeks · 0 commits
5 of 6 standards met
Describe the bug npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: ones@0.0.0 npm error Found: vite@6.3.4 npm error node_modules/vite npm error dev vite@"^6.3.3" from the root project npm error npm error Could not resolve dependency: npm error peer vite@"^4.0.0" from vite-plugin-md@0.21.5 npm error node_modules/vite-plugin-md npm error dev vite-plugin-md@"*" from the root project Reproduction npm i vite-plugin-md -D System Info Used Package Manager npm Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [x] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Describe the bug A non-existent export error occurred in the vite-plugin-md dependency package while using electrond. The complete error is reported: [0] ERROR error when starting dev server: [0] Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defiVitein C:\Users\Administrator\Desktop\note\vue3-desktop\node_modules\.store\vite-plugin-md@0.21.5\node_modules\@yankeeinlondon\happy-wrapper\package.json [0] at new NodeError (node:internal/errors:399:5) [0] at exportsNotFound (node:internal/modules/esm/resolve:361:10) [0] at packageExportsResolve (node:internal/modules/esm/resolve:641:13) [0] at resolveExports (node:internal/modules/cjs/loader:565:36) [0] at Module._findPath (node:internal/modules/cjs/loader:634:31) [0] at Module._resolveFilename (node:internal/modules/cjs/loader:1061:27) [0] at Module._load (node:internal/modules/cjs/loader:920:27) [0] at Module.require (node:internal/modules/cjs/loader:1141:19) [0] at require (node:internal/modules/cjs/helpers:110:18) [0] at Object. (C:\Users\Administrator\Desktop\note\vue3-desktop\node_modules\.store\vite-plugin-md@0.21.5\node_modules\vite-plugin-md\dist\index.cjs:18031:28) [0] [0] vite exited with code 1 Reproduction https://gitee.com/yeziluochen/vue3-desktop.git System Info Used Package Manager npm Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [X] The provided reproduction is a minimal reproducible of the bug. Contributions [X] I am willing to submit a PR to fix this issue [X] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Describe the bug !image import XXX from '@/components/MdFile/XXX.md' {{ t('common.back') }} Reproduction new System Info Used Package Manager pnpm Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [X] The provided reproduction is a minimal reproducible of the bug.
Describe the bug Minimal reproduction here (with steps in README): https://github.com/AaronBeaudoin/vite-plugin-md-issue-weakmap-key Description I have a minimal file: Where `unplugin-vue-components./components/Example.vue`: During development, going to the page shows the text "Example" as expected. However, after building for SSR, going to the page results in the following error: Reproduction https://github.com/AaronBeaudoin/vite-plugin-md-issue-weakmap-key System Info Used Package Manager npm Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [X] The provided reproduction is a minimal reproducible of the bug.
Repository: antfu/vite-plugin-md. Description: Markdown with Vue for Vite Stars: 637, Forks: 88. Primary language: TypeScript. Languages: TypeScript (96.3%), Vue (3.1%), HTML (0.5%), CSS (0%). License: MIT. Topics: markdown, markdown-it, vite, vite-plugin, vue. Latest release: v0.21.5 (3y ago). Open PRs: 3, open issues: 16. Last activity: 2y ago. Community health: 85%. Top contributors: yankeeinlondon, antfu, hannoeru, kecrily, YunYouJun, chenjiahan, tolking, schelmo, oliverpool, nonzzz and others.