Closed startakovsky closed 6 years ago
@ssbarnea thanks for your help in issue #329, I am experiencing problems on an ubuntu machine. Here are the three commands I am running:
apt-get install -y nodejs npm install npm@latest -g npm install github:knsv/mermaid -g
I get an error in the installation as it pertains to phantomjs when attempting to run mermaid -p test.mmg. Same thing happens after trying npm install mermaid -g.
phantomjs
mermaid -p test.mmg.
npm install mermaid -g
We do not use PhantomJS any more. Ref: https://github.com/mermaidjs/mermaid.cli
@ssbarnea thanks for your help in issue #329, I am experiencing problems on an ubuntu machine. Here are the three commands I am running:
I get an error in the installation as it pertains to
phantomjs
when attempting to runmermaid -p test.mmg.
Same thing happens after tryingnpm install mermaid -g
.