node

JavaScript runtime for executing code outside the browser

brewmacoslinux
Try with needOr install directly
Source

About

Open-source, cross-platform JavaScript runtime environment

Commands

nodenpmnpx

Examples

run a JavaScript file from the command line$ node script.js
install project dependencies from package.json$ npm install
run scripts defined in package.json$ npm run build
execute a package without installing it globally$ npx create-react-app my-app
start an interactive JavaScript shell$ node