node

JavaScript runtime for executing server-side and CLI applications

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
Start interactive Node.js REPL$ node
Run a package script from package.json$ npm run start