Skip to content

Instantly share code, notes, and snippets.

View GoRRRRchik's full-sized avatar

Ruslan Y GoRRRRchik

  • Leafio
View GitHub Profile
@GoRRRRchik
GoRRRRchik / nvmCommands.js
Created January 27, 2024 17:59 — 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