Skip to content

Instantly share code, notes, and snippets.

@jeem200
jeem200 / nvmCommands.js
Created March 16, 2024 08:04 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remove available versions of node
nvm ls-remote
// install specific version of node