Skip to main content

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

🌐 nodejs.org

Installation

NVVM

Install with NVM (ref. nodejs.org):

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
nvm install 22
node -v
npm -v