“Instalar nodo en NVM” Código de respuesta

Use NVM para instalar el último nodo

//lists all versions
nvm ls-remote

//installs the version you want (in this case version 14.0.0)
nvm install v14.0.0

//use the version that you installed as the default
nvm use v14.0.0
Dark Dotterel

instalar nvm

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

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
th3n00bc0d3r

instalar nvm

curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh
Quaint Quetzal

instalar nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Upset Unicorn

Instalar nodo en NVM

// Ex:
nvm install v12.13.1
Elegant Eagle

instalar nvm

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

Respuestas similares a “Instalar nodo en NVM”

Preguntas similares a “Instalar nodo en NVM”

Más respuestas relacionadas con “Instalar nodo en NVM” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código