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
Thank you for the wonderful editor in advance, I love to use mermaid online editor.
My issue is a novice problem.
Sometimes I have no internet connection and cannot use it, in a previous issue #217 mermaid-js/mermaid#217
I saw one of the solutions is run it locally, but I failed in the very first step yarn install with an error msg: "-bash: yarn: command not found".
I am a non-programmer and have little knowledge about what's going on,
after I asked my friend, I tried: npm install yarn and run yarn install again with + [email protected] but still saw the same error msg.
Then I tried brew install yarn and finally succeeded with yarn install v1.17.0
I think it would be kind if README pointed out you have to install yarn before type yarn install and it would be kinder if add how to install yarn section.
How do you think about it? Thank you so much.
The text was updated successfully, but these errors were encountered:
For anyone who stumbles on this issue, the project has been moved and the new one includes a docker image you can spin up locally to get an offline editor.
Dear Mermaid Team,
Thank you for the wonderful editor in advance, I love to use mermaid online editor.
My issue is a novice problem.
Sometimes I have no internet connection and cannot use it, in a previous issue #217
mermaid-js/mermaid#217
I saw one of the solutions is run it locally, but I failed in the very first step
yarn install
with an error msg: "-bash: yarn: command not found".I am a non-programmer and have little knowledge about what's going on,
after I asked my friend, I tried:
npm install yarn
and runyarn install
again with+ [email protected]
but still saw the same error msg.Then I tried
brew install yarn
and finally succeeded withyarn install v1.17.0
I think it would be kind if README pointed out you have to install yarn before type
yarn install
and it would be kinder if add how to install yarn section.How do you think about it? Thank you so much.
The text was updated successfully, but these errors were encountered: