“Instale el último nodo en CentOS” Código de respuesta

Instale el último nodo en CentOS

yum install -y gcc-c++ make 
# v16
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
# v14
# curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - 
yum install nodejs
node -v
Lazy Lizard

Cómo instalar NPM en CentOS

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
source ~/.bash_profile
nvm list-remote
Healthy Hummingbird

Respuestas similares a “Instale el último nodo en CentOS”

Preguntas similares a “Instale el último nodo en CentOS”

Más respuestas relacionadas con “Instale el último nodo en CentOS” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código