“So installieren Sie den Knoten mit NVM” Code-Antworten

Verwenden Sie NVM, um den neuesten Knoten zu installieren

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

So installieren Sie NVM in Mac

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
Poised Peccary

NVM installieren

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Yucky Yacare

Installieren Sie den Knoten mit NVM -Windows

First install NVM - https://stackoverflow.com/questions/25654234/node-version-manager-nvm-on-windows -2.nd answer
nvm install latest
nvm use 15.4.0 [instead of 15.4.0 use whatever number cmd spills on you]
Odd Otter

So installieren Sie NVM am Linux -Terminal

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
source .bashrc
Jittery Jackal

So installieren Sie den Knoten mit NVM

nvm install --lts
nvm install 10.9.0
CopyCopy
Drab Deer

Ähnliche Antworten wie “So installieren Sie den Knoten mit NVM”

Fragen ähnlich wie “So installieren Sie den Knoten mit NVM”

Weitere verwandte Antworten zu “So installieren Sie den Knoten mit NVM” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen