-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install -g mermaid does not install phantomjs #329
Comments
Is it supposed to? I just used brew to install v. 1.98 of phatonjs. |
Is so hard to make it work with current versions of phantomjs? I had no problem installing the current versions, only the 1.9.x seems to be the problem. |
I see no reason why an upgrade should be hard! It does seem like you have som issue with your node installation though. I have never had problems with node 1.9. I personally use nvm to install node so that it is easy to upgrade to newer node versions: https://github.com/creationix/nvm This should be sone however. |
I should rename the bug: |
@Jmuccigr yes it is supposed to install, as any npm package, it can have dependencies, which are installed by npm whenever is needed. |
I am not able to replicate the same problem with version 6.0.0 so I am closing this ticket. |
…yarn/develop/typescript-eslint/parser-4.30.0 chore(deps-dev): bump @typescript-eslint/parser from 4.29.2 to 4.30.0
On OS X, if you do a
npm install -g mermaid
, it will install (0.5.8) but when you try to run it with an imput file you will get an error complaining aboutCould not find phantomjs at the specified path.
Please note that this error appears only if you give a file to process. If you do just
mermaid -v
it will return the version without the error.The text was updated successfully, but these errors were encountered: