node@18

JavaScript runtime environment for server-side and CLI applications

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 without installing it globally$ npx create-react-app my-app