Skip to content

Instantly share code, notes, and snippets.

View shiny13's full-sized avatar

Shahnawaz Alam shiny13

  • Agilent Technologies
  • Melbourne, Australia
View GitHub Profile
@shiny13
shiny13 / nvmCommands.js
Created July 28, 2024 04:35 — 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