This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Error with plugin "mathjax": #44
Comments
info: loading plugin "mathjax"... ERROR PluginError: Error with plugin "mathjax": Cannot find module 'mathjax/unpacked/MathJax' |
I also encounter the same issue: $ gitbook serve .
Live reload server started on port: 35729
Press CTRL+C to quit ...
info: 15 plugins are installed
info: loading plugin "page-toc"... OK
info: loading plugin "mathjax"... ERROR
PluginError: Error with plugin "mathjax": Cannot find module 'mathjax/unpacked/MathJax' Here is my env: $ gitbook -V
CLI version: 2.3.2
GitBook version: 3.2.3
$ npm -v
6.12.1
{
"plugins": [
"mathjax",
"anchors",
"splitter",
"prism",
"-highlight",
"book-summary-scroll-position-saver",
"tbfed-pagefooter",
"expandable-chapters",
"search"
]
} This happens after I install latest GitBook. |
I have the problem too. Any solution? |
You need to install |
is there a plan to switch to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
D:\workspace\blog\interview_books>gitbook build
info: 8 plugins are installed
info: 7 explicitly listed
info: loading plugin "mathjax"... ERROR
PluginError: Error with plugin "mathjax": Cannot find module 'mathjax/unpacked/MathJax'
The text was updated successfully, but these errors were encountered: