Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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!
Comment

PREVIOUS NEXT
Code Example
Shell :: what version of powershell do i have 
Shell :: pyinstaller icon image 
Shell :: node-gyp 
Shell :: git remove folder remotely 
Shell :: download chrome command line kali linux 
Shell :: install jupyterlab on ubuntu 
Shell :: install nginix server ubuntu linux 
Shell :: give full permission to folder in ubuntu 
Shell :: error installing pod on m1 
Shell :: git rename remote branch 
Shell :: [ErrorException] file_put_contents(./composer.json): failed to open stream: Permission denie d 
Shell :: show the list of file of a commit 
Shell :: sudo no password 
Shell :: npm port already in use 
Shell :: journalctl clear logs 
Shell :: Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: xml 
Shell :: powershell list usb devices 
Shell :: git ignore still tracking 
Shell :: aws cli create new profile 
Shell :: count files linux 
Shell :: install openjdk11 in ubuntu 
Shell :: cordova sqlite storage plugin android 11 
Shell :: linux invalid filename fix 
Shell :: npm install vuelidate 
Shell :: pip install streamlit upgrade 
Shell :: install readline-sync 
Shell :: linux install fzf 
Shell :: ssh github generate key 
Shell :: see installed packages pacman 
Shell :: kill process linux using port 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =