Node: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 37: Line 37:
nvm use 24.18.0
nvm use 24.18.0
node -v
node -v
</syntaxhighlight>
== mermaid: install and test ==
<syntaxhighlight lang="bash">
npm install -g @mermaid-js/mermaid-cli
mmdc -V
mmdc -i test.mmd
mmdc -i test.mmd -o test.svg
mmdc -i test.mmd -o test.png
mmdc -i test.mmd -o test.pdf
mmdc -i test.mmd -o -
</syntaxhighlight>
</syntaxhighlight>



Revision as of 03:39, 9 September 2026