Skip to content

Instantly share code, notes, and snippets.

View jeffersonsmm's full-sized avatar
🎯
Focusing

Jeff_smm jeffersonsmm

🎯
Focusing
View GitHub Profile
@chranderson
chranderson / nvmCommands.js
Last active May 3, 2024 07:06
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