Skip to content

Instantly share code, notes, and snippets.

View fsdio's full-sized avatar
🏠
Working from home

Rahmat Sunjani fsdio

🏠
Working from home
  • Universitas Nurtanio Bandung
  • Indonesia
View GitHub Profile
@fsdio
fsdio / nvmCommands.js
Created November 20, 2023 22:53 — forked from chranderson/nvmCommands.js
Useful NVM commands
View nvmCommands.js
// 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