Node

From Fundamental Ramen
Revision as of 03:28, 9 September 2026 by Tacoball (talk | contribs) (→‎Topics)
Jump to navigation Jump to search

Topics

Built-in Packages Env
  • @mermaid-js/mermaid-cli
  • axios
  • 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