Skip to content

Instantly share code, notes, and snippets.

View MirelXhafa's full-sized avatar
🎯
Focusing

Mirel MirelXhafa

🎯
Focusing
  • Materna Radar Cyber Security
  • Vienna
View GitHub Profile
@MirelXhafa
MirelXhafa / nvmCommands.js
Created July 15, 2020 08:40 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// install specific version of node
nvm install 6.9.2
// set default version of node