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
@iyuqi I got the same error, and have a workaround to solve it.
The error message says that it can not find the weakref.node, so decide to build it manually
npm install -g node-gyp
cd my-gitbook-doc-folder
cd node_modules/gitbook-plugin-mermaid/node_modules/phantom/node_modules/dnode/node_modules/weak
node-gyp configure
node-gyp build
now the plugin will work perfectly.
@JozoVilcek thanks for your great plugin. do you have idea about why missing weakref.node
There is some problem after i install
gitbook-plugin-mermaid
.How can i resolve this err?
Here is the Content of
README.md
:here is load log:
The text was updated successfully, but these errors were encountered: