-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error - additionalLanguages #183
Comments
Can you tell which version of docusaurus and redocusaurus are you using? |
|
I've also encountered this error, although for me the error was visible from the browser console, while the viewport was just an empty white page. I already looked a bit into this, and I found out, it did not get this error when not specifying any themeConfig: {
prism: {
additionalLanguages: []
}
} For me this 'solved' the problem, however, because I need syntax highlighting for languages not enabled by default in Prism, I sadly will have to hold off on Redocusaurus until this problem is fixed. |
Can you add the error and stacktrace from the browser? Also your problem might be fixed by this comment: #68 (comment) Maybe we should merge language settings and always add scala |
@AlexisTonneau Are you also using |
Can you remove the |
Yes, I added |
@AlexisTonneau Does 1.1.1 fix your issue? |
No it doesn't. I noticed that it doesn't look to be related to prisma issue. When I run
But when I run
|
That is same as #174. Will see |
I had the same issue with version 2.0.2 I added in java as an additional language. The fix was to add scala too.
Error:
|
Is anyone experiencing this error? I cannot perform a build anymore. I tried with different schema types and different versions but it didn't succeed
The text was updated successfully, but these errors were encountered: