Skip to content

Instantly share code, notes, and snippets.

View narenthera's full-sized avatar
🎯
Focusing

narenthera

🎯
Focusing
View GitHub Profile
@narenthera
narenthera / nvmCommands.js
Created January 16, 2025 05:53 — 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