Skip to content
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

update mermaid.cli #42

Merged
merged 1 commit into from Mar 19, 2020
Merged

update mermaid.cli #42

merged 1 commit into from Mar 19, 2020

Conversation

evanpjensen
Copy link
Contributor

This addresses
mermaidjs/mermaid.cli#72

@raghur
Copy link
Owner

raghur commented Mar 18, 2020

I'm getting this if I try to refer to master with a SHA (I don't want to depend on latest since that's hard to debug)

% npm i --save https://github.com/mermaid-js/mermaid.cli#0e2dc62
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm ERR! path /home/raghu/code/mermaid-filter/node_modules/@mermaid-js/mermaid-cli/index.bundle.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall chmod
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/raghu/code/mermaid-filter/node_modules/@mermaid-js/mermaid-cli/index.bundle.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/raghu/.npm/_logs/2020-03-18T15_00_45_124Z-debug.log

@evanpjensen
Copy link
Contributor Author

Why are you trying to get it from github? It's not built in the repo.

npm i --save @mermaid-js/mermaid-cli@8.4.8

@raghur
Copy link
Owner

raghur commented Mar 19, 2020

Why are you trying to get it from github? It's not built in the repo.

🤦‍♂ - last I checked (which was a few months ago) they didn't have a public release yet. So somewhere in my confused mind I assumed that they still hadnt :)

@raghur raghur merged commit 290562c into raghur:master Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants