nodejs
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Install⚑
The debian base repositories are really outdated, so add the NodeSource repository
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs npm
nodejs --version