nvm
install
# Arch
sudo pacman -S nvm
# Windows 10
scoop install nvm
usage
# Arch
nvm install --lts
nvm use --lts
# Windows 10
nvm list available
nvm install lts
nvm use lts
# nvm install iron
# nvm install hydrogen
config
vim ~/.nvm/settings.txt
node_mirror: https://npmmirror.com/mirrors/node/