Answers for "how use nvm with zsh"

2

how use nvm with zsh

git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm
// edit .zshrc file and add to plugins
plugins+=(zsh-nvm)
// After the save, close the terminal re-open and install the version of node you want
nvm install 12
// Magically works!
Posted by: Guest on August-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language