Skip to content

Instantly share code, notes, and snippets.

View aperezlillo's full-sized avatar

Alejandro Perez Lillo aperezlillo

View GitHub Profile
@aperezlillo
aperezlillo / nvmCommands.js
Created December 20, 2023 11:23 — 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