Skip to content

Instantly share code, notes, and snippets.

View rk185371's full-sized avatar
🎯
Focusing

Richard Keller rk185371

🎯
Focusing
View GitHub Profile
@chranderson
chranderson / nvmCommands.js
Last active September 18, 2024 10:58
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