error -bash: nvm: command not found install node js using nvm solved

Pubblicato il: 10 settembre 2024
sul canale di: Tech Nursery
340
4

-bash: nvm: command not found



1. curl o https://raw.githubusercontent.com/nvm... | bash






2. source ~/.bashrc # for Bash users
or
source ~/.zshrc # for Zsh users



3. nvm --version


-------------------------------------------------------------------------------------------------------
If the error still occurs, manually add NVM to your shell profile. Open your shell configuration file (~/.bashrc, ~/.zshrc, or ~/.bash_profile) and add the following line

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm




source ~/.bashrc
or
source ~/.zshrc depending on your shell


In questa pagina del sito puoi guardare il video online error -bash: nvm: command not found install node js using nvm solved della durata di online in buona qualità , che l'utente ha caricato Tech Nursery 10 settembre 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 340 volte e gli è piaciuto 4 spettatori. Buona visione!