node@20

JavaScript runtime for executing JS code outside the browser

brewmacoslinux
Try with needOr install directly
Source

About

Open-source, cross-platform JavaScript runtime environment

Commands

nodenpm

Examples

Run a JavaScript file$ node script.js
Start interactive Node.js REPL$ node
Install project dependencies from package.json$ npm install