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
I wants to build my documentation with bunx vitepress build docs (running in node) but it fails with [vitepress] Language js not found, you may need to load it first
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.
brc-dd
changed the title
[vitepress] Language js not found, you may need to load it first
shiki language lazy loading not working with twoslash
Nov 3, 2024
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
gramiojs/documentation@561ce31
Expected behavior
Should work
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: