node@22

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

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