Skip to content

Instantly share code, notes, and snippets.

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

Abdalla Dimes abdalladimes

🏠
Working from home
View GitHub Profile
@abdalladimes
abdalladimes / nvmCommands.js
Created September 16, 2023 21:36 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list locally installed versions of node
nvm ls
// list remote available versions of node
nvm ls-remote
// install specific version of node