Open ghost opened 8 years ago
Sorry, I can not reproduce this. In my example, plugin works for me. Maybe it will help to compare with your setup: https://github.com/JozoVilcek/gitbook-example
@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
(english is foreign language for me)
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: