Node.js 14 + Ubuntu 22.04 LTS: Not in Official Repos; Install via nvm or NodeSource
Node.js 14+Ubuntu 22.04 LTS
Node.js 14 is EOL (April 2023) and is not available in Ubuntu 22.04's default apt repositories. It can be installed via NodeSource (end-of-life channel) or nvm. Ubuntu 22.04 ships with Node.js 12 in its repos. Using EOL software in production is a security risk.
Workarounds & Fixes
Use nvm to install: `nvm install 14 && nvm use 14`
Upgrade to Node.js 20 LTS — no practical reason to use Node 14 on a new OS