node@24

JavaScript runtime environment for executing JS code outside browsers

brewmacoslinux
Try with needOr install directly
Source

About

Open-source, cross-platform JavaScript runtime environment

Commands

nodenpmnpx

Examples

Run a JavaScript file$ node script.js
Install project dependencies from package.json$ npm install
Execute a package binary directly without installation$ npx create-react-app my-app