• Ubuntu, обновление Node.js до последней версии из дополнительного репозитория

 #10631   IgorA100
 06 июл 2022, 18:18
Код: Выделить всёcd ~
curl -sL https://deb.nodesource.com/setup_17.x -o /tmp/nodesource_setup.sh
sudo bash /tmp/nodesource_setup.sh
sudo apt install nodejs
node -v

https://www.digitalocean.com/community/ ... untu-18-04