Установить NodeJS на Centos 7
Чтобы установить NodeJS 12 версии на Centos 7, выполните команды:
curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
yum clean all && sudo yum makecache fast
yum install nodejs
Чтобы установить NodeJS 12 версии на Centos 7, выполните команды:
curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
yum clean all && sudo yum makecache fast
yum install nodejs