Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nvm newest version

# lists all versions
nvm ls-remote

# installs the version you want (in this case version 14.0.0)
nvm install v14.0.0

# use the version that you installed as the default
nvm use v14.0.0
Comment

nvm install version

// Install node version
nvm install 14.20.0

// Turn on nvm
nvm on

// Check lsit of installed node versions
nvm list

// Use node version
nvm use 14.20.0
Comment

PREVIOUS NEXT
Code Example
Shell :: stop port in use 8000 
Shell :: powershell show environment variables 
Shell :: linux windows use ssh with github 
Shell :: laravel 8 composer install 
Shell :: linux remove empty lines 
Shell :: docker bash command 
Shell :: linux shred command 
Shell :: All matches were filtered out by modular filtering for argument 
Shell :: tmux set color 
Shell :: terminal change directory location to specific location 
Shell :: how to compress pdf in linux 
Shell :: linux saber la distribución terminal 
Shell :: get all the branch in git 
Shell :: laravel sqlite .env 
Shell :: error Failed to install the app. Make sure you have the Android development environment set up 
Shell :: jq to windows 
Shell :: git get username 
Shell :: find a file linux 
Shell :: macos find file or directory by name 
Shell :: git list aliases 
Shell :: kill process group linux 
Shell :: hstr editor 
Shell :: git how to push to different accounts 
Shell :: check on which domain apache is running 
Shell :: change shell prompt color linux 
Shell :: docker tag and push 
Shell :: E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) 
Shell :: set up redux in react 
Shell :: restart gnome shell 
Shell :: neovim install wsl 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =