Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 304 Bytes

File metadata and controls

17 lines (9 loc) · 304 Bytes

Use version

nvm use 8.11.1

Use a specific version of node (have to be installed first, see Install version)

Install version

nvm install 8.11.1

Install a specific version of node

Version as default

nvm alias default 8.11.1

Put a specific version as default while opening a new tab.