Иногда может быть ситуация, когда требуется использовать более новые версии NodeJS.
Инструкция по обновлению следующая:
- Скачиваем инсталяк
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
# тут setup_16.x номер версии node
- Запускаем скрипт
sudo bash nodesource_setup.sh
- Устанавливаем nodejs
sudo apt install nodejs
Оригинал статьи: https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04-ru