How to install or update Node.js on Ubuntu curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - && sudo apt-get install -y nodejs && node -v && npm -v https://deb.nodesource.com