“Installez le nœud dans NVM” Réponses codées

Utiliser NVM pour installer le dernier nœud

//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

installer 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

installer nvm

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

installer nvm

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

Installez le nœud dans NVM

// Ex:
nvm install v12.13.1
Elegant Eagle

installer nvm

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

Réponses similaires à “Installez le nœud dans NVM”

Questions similaires à “Installez le nœud dans NVM”

Plus de réponses similaires à “Installez le nœud dans NVM” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code