Closed kravetsone closed 2 weeks ago
Hmm, twoslash is causing issues with lazy loading, but even if I disable it, curl and tree are causing issues. I don't see any language file for those. Weird.
Edit: Ah, curl and tree aren't even there in shiki, resolveLang should've return a falsy value for those. -- fixed this in dcb8450
Pushed a temporary patch in v1.4.4. Keeping the issue open though.
Should work fine with 1.4.5
Describe the bug
I wants to build my documentation with
bunx vitepress build docs
(running in node) but it fails with[vitepress] Language
jsnot found, you may need to load it first
Solved by downgrading to
1.4.2
Repository
CICD logs
Reproduction
https://github.com/gramiojs/documentation/commit/561ce311bbcaf448b716e28a3b412f8a37966a2f
Expected behavior
Should work
System Info
Additional context
No response
Validations