Answers for "npm zsh not found"

PHP
9

zsh: command not found: npm

export NVM_DIR=~/.nvm
 [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
Posted by: Guest on July-22-2020
0

zsh: command not found: node

open ~/.zshrc
// add the following to the beginning of the file:
source /Users/YOUUSERNAME/.bash_profile
// restart terminal
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language