Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 218 Bytes

section19.3.md

File metadata and controls

8 lines (7 loc) · 218 Bytes

Section 19.3: Installing an specific Node version

  • Listing available remote versions for installation
    • nvm ls-remote
  • Installing a remote version
    • nvm install
  • For example
    • nvm install 0.10.13