Skip to content

Instantly share code, notes, and snippets.

View SipofTea's full-sized avatar

Else Meijerink SipofTea

  • Wildkind
  • London, UK
View GitHub Profile
@chranderson
chranderson / nvmCommands.js
Last active December 4, 2025 17:02
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