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
I install mermaid with command $ npm install mermaid -g . When I run it with command mermaid $ftest_ile I got this error:
Then I try npm install phantomjs and it works.
Now, I am wondering it is a bug or wrong configuration in package.js(I found "phantomjs":"^2.1.3" in package.js).
THX!
The text was updated successfully, but these errors were encountered:
I install
mermaid
with command$ npm install mermaid -g
. When I run it with commandmermaid $ftest_ile
I got this error:Then I try
npm install phantomjs
and it works.Now, I am wondering it is a bug or wrong configuration in
package.js
(I found "phantomjs":"^2.1.3" inpackage.js
).THX!
The text was updated successfully, but these errors were encountered: