Saltar al contenido

¿Cómo puedo actualizar mi nodeJS a la última versión?

Hacemos una verificación profunda cada reseña en nuestra web con el objetivo de enseñarte en todo momento la información con la mayor veracidad y actualizada.

Solución:

Utilice el módulo n de npm para actualizar el nodo

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

Para actualizar a la última versión (y no a la versión estable actual), puede usar

sudo n latest
  • Corregir RUTA:

      sudo apt-get install --reinstall nodejs-legacy     # fix /usr/bin/node
    
  • Deshacer:

      sudo n rm 6.0.0     # replace number with version of Node that was installed
      sudo npm uninstall -g n
    

Es posible que deba reiniciar su terminal para ver la versión actualizada del nodo.

Encontrado en el blog de David Walsh

Desde entonces, Nodesource ha subido aquí las instrucciones de instalación completas. Se copia a continuación para su referencia. Las instrucciones son las mismas para actualizar a la última versión.

Si no te gusta curl ... | sudo bash - luego puede seguir las instrucciones manuales, que le indican cómo agregar el repositorio Node.js a /etc/apt/sources.list.d/ tú mismo.

NOTA: Si está utilizando Ubuntu Precise o Debian Wheezy, es posible que desee leer acerca de la ejecución de Node.js> = 6.x en distribuciones más antiguas.

Actual de Node.js:

# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_current.x | bash -
apt-get install -y nodejs

Node.js v13.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs

Node.js v12.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs

Node.js v11.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install -y nodejs

Node.js v10.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs

Node.js v9.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_9.x | bash -
apt-get install -y nodejs

Node.js v8.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs

Node.js v7.x:

NOTA: Los paquetes Debian Wheezy y Ubuntu Precise son NO disponible para esta versión. Consulte la ejecución de Node.js> = 4.x en distribuciones anteriores

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs

Node.js v6.x:

NOTA: Si está utilizando Ubuntu Precise o Debian Wheezy, es posible que desee leer sobre la ejecución de Node.js> = 4.x en distribuciones más antiguas.

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs

Node.js v5.x:

NOTA: Si está utilizando Ubuntu Precise o Debian Wheezy, es posible que desee leer acerca de la ejecución de Node.js> = 4.x en distribuciones más antiguas.

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs

Node.js v4.x:

NOTA: Si está utilizando Ubuntu Precise o Debian Wheezy, es posible que desee leer acerca de la ejecución de Node.js> = 4.x en distribuciones más antiguas.

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs

Node.js v0.12:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.12 | bash -
apt-get install -y nodejs

Node.js v0.10:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_0.10 | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.10 | bash -
apt-get install -y nodejs

io.js v3.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_3.x | sudo -E bash -
sudo apt-get install -y iojs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_3.x | bash -
apt-get install -y iojs

io.js v2.x:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_2.x | sudo -E bash -
sudo apt-get install -y iojs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_2.x | bash -
apt-get install -y iojs

io.js v1.x:

Nota: esta rama de io.js no se mantiene activamente y no se recomienda para uso en producción.

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo -E bash -
sudo apt-get install -y iojs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_1.x | bash -
apt-get install -y iojs

También recomiendo usar nvm en su lugar, y también eliminar la versión ya instalada para evitar conflictos en la terminal

sudo apt purge nodejs npm

luego instale nvm y úselo

Explicación del video

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash

para descargar e instalar nvm

nvm install node

debe descargar e instalar la última versión de node.

Para actualizar el nodo más adelante, solo hazlo

nvm install node
nvm alias default node

Aquí tienes las reseñas y valoraciones

Al final de todo puedes encontrar las observaciones de otros gestores de proyectos, tú todavía tienes la opción de insertar el tuyo si lo crees conveniente.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)


Tags : / /

Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *