Node: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 6: Line 6:
| valign="top" |
| valign="top" |
| valign="top" |
| valign="top" |
: @mermaid-js/mermaid-cli
* @mermaid-js/mermaid-cli
| valign="top" |
| valign="top" |
: nvm
* nvm
: pnpm
* pnpm
|}
|}



Revision as of 03:27, 9 September 2026

Topics

Built-in Packages Env
  • @mermaid-js/mermaid-cli
  • nvm
  • pnpm

Environment building flow

Frequently Used Commands

nvm: nodejs version management

nvm list
nvm list available
nvm install lts
nvm use 24.18.0
node -v

mermaid: install and test

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 -

Resources