Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

nvm

install

# Arch
sudo pacman -S nvm

1

# 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/

reference


  1. NVM for Windows