Replies: 1 comment
-
Ok, this resolved itself when I used the -D flag when installing shiki:
Not sure why making this a dev dependency made any difference at all.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a problem with this. When I run the test script as described:
I get:
I am using node v16.20.0 in production and 18.x in dev. Same issue in both environments. It seems to be happening at this line in shiki.js:
await highlighter.loadLanguage({ ...spec, ...loadLanguage(lang), name: lang });
I am at a loss here. Any help would be appreciated. I am using this in conjunction with the laravel-markdown product.
Beta Was this translation helpful? Give feedback.
All reactions