Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nvm change node version

# Pick a version
nvm install <version>  # eg, nvm install 14, nvm install 16
# Change version for current terminal
nvm use <version>
# Change default version
nvm install <version> 
# Use latest version
nvm install node
Comment

nvm change version

nvm use <version>
Comment

PREVIOUS NEXT
Code Example
Shell :: git submodule 
Shell :: git to know committed files by author 
Shell :: Pull Ubuntu image 
Shell :: install scala on mac 
Shell :: osx update host file 
Shell :: git --version git version 2.7.0 (Apple Git-66) 
Shell :: how to delete image docker 
Shell :: where are dns entries on linux 
Shell :: sed extract string between two patterns 
Shell :: linux list users 
Shell :: removing portion of history from terminal mac 
Shell :: download clamav via terminal 
Shell :: vscode connect gitlens to gitlab 
Shell :: linux scp 
Shell :: /usr/local/etc/httpd/httpd.conf 
Shell :: perl install Switch 
Shell :: awk uppercase first character 
Shell :: pacman corrupted package 
Shell :: shellpish 
Shell :: pip info package location 
Shell :: openssh setup firewall on windows 
Shell :: How to install NodeJs in CentOs? 
Shell :: check os shell liunx cygwin darwin 
Shell :: how to specify version in npm install 
Shell :: compress folder pigz 
Shell :: grub download 
Shell :: change user of a directory in linux 
Shell :: du command 
Shell :: how to change port for xampp 
Shell :: regex for url in bash 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =