“ZSH: comando no encontrado: nodo” Código de respuesta

ZSH: Comando no encontrado: NVM

# NVM Stuff
export NVM_DIR="$HOME/.nvm"
. "/usr/local/opt/nvm/nvm.sh"
Cheerful Chimpanzee

ZSH: Comando no encontrado: NPM

export NVM_DIR=~/.nvm
 [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
Beautiful Butterfly

ZSH: comando no encontrado: nodo

open ~/.zshrc
// add the following to the beginning of the file:
source /Users/YOUUSERNAME/.bash_profile
// restart terminal
Impossible Ibex

ZSH: Comando no encontrado: NPM

# first make sure where is the npm installed
$ which npm
# output: /home/sallo/.nvm/versions/node/v14.15.3/bin/npm

# now open the file ~/.zshrc and add the below line at the end.
# change the path in cause you have different

export PATH=$HOME/.nvm/versions/node/v14.15.3/bin/npm:$PATH

# save the file and open new terminal
Salo Hopeless

Respuestas similares a “ZSH: comando no encontrado: nodo”

Preguntas similares a “ZSH: comando no encontrado: nodo”

Más respuestas relacionadas con “ZSH: comando no encontrado: nodo” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código