Skip to content

Instantly share code, notes, and snippets.

View giovanemachado's full-sized avatar
🏠

Giovane Machado giovanemachado

🏠
View GitHub Profile
@chranderson
chranderson / nvmCommands.js
Last active April 29, 2025 08:31
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