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
After updating to version 0.6 of markdown-it-shiki, an error occured when starting dev.
failed to load config from /home/patrice/Websites/obizoo/www.2.obizoo.com/vite.config.ts
error when starting dev server:
TypeError [ERR_INVALID_ARG_VALUE]: The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received undefined
at new NodeError (node:internal/errors:377:5)
at createRequire (node:internal/modules/cjs/loader:1224:11)
at Function.MarkdownItShiki (/home/patrice/Websites/obizoo/www.2.obizoo.com/node_modules/.pnpm/[email protected]/node_modules/markdown-it-shiki/dist/index.js:69:54)
at MarkdownIt.use (/home/patrice/Websites/obizoo/www.2.obizoo.com/node_modules/.pnpm/[email protected]/node_modules/markdown-it/lib/index.js:497:10)
at Object.markdownItSetup (/home/patrice/Websites/obizoo/www.2.obizoo.com/vite.config.ts:100:12)
at createMarkdown (/home/patrice/Websites/obizoo/www.2.obizoo.com/node_modules/.pnpm/[email protected][email protected]/node_modules/vite-plugin-vue-markdown/dist/index.js:85:11)
at VitePluginMarkdown (/home/patrice/Websites/obizoo/www.2.obizoo.com/node_modules/.pnpm/[email protected][email protected]/node_modules/vite-plugin-vue-markdown/dist/index.js:272:25)
at Object.<anonymous> (/home/patrice/Websites/obizoo/www.2.obizoo.com/vite.config.ts:96:49)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at _require.extensions.<computed> [as .js] (file:///home/patrice/Websites/obizoo/www.2.obizoo.com/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-61d2428a.js:65746:24)
ELIFECYCLE Command failed with exit code 1.
Describe the bug
After updating to version 0.6 of markdown-it-shiki, an error occured when starting dev.
After downgraded to version ^0.5.0, no error
Reproduction
no
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: