Node: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Topics =
= Environment building flow =
<quickmmd name="">
flowchart LR
  A(Install nvm)
  B(Install node)
  C1(Install pnpm)
  A --> B
  A --> C1
</quickmmd>
= Frequently Used Commands =
= Frequently Used Commands =



Revision as of 03:21, 9 September 2026

Topics

Environment building flow

Length of chart name must be between 2~25 chars.

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