“NVM -Befehl” Code-Antworten

NVM Linux

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Handsome Hippopotamus

.nvm bash

# This loads nvm (Node Version Manager). Add this to your shell profile (~/.bash_profile, ~/.zshrc, ~/.profile, or ~/.bashrc)
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Odd Owl

NVM installieren

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

Verwenden Sie eine bestimmte Version des Knotens

nvm use {Node version}
Cautious Centipede

So ändern Sie die Knotenversion

nvm use --delete-prefix $NODE_VERSION

example:
nvm use --delete-prefix v8.9.4
Google's Top Recommendation

NVM -Befehl

export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
Cruel Cheetah

Ähnliche Antworten wie “NVM -Befehl”

Fragen ähnlich wie “NVM -Befehl”

Weitere verwandte Antworten zu “NVM -Befehl” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen