Skip to content

Instantly share code, notes, and snippets.

View LeBeva's full-sized avatar
🌿

Eva LeBreux LeBeva

🌿
  • Austin, Texas
  • 20:50 (UTC -05:00)
View GitHub Profile
@LeBeva
LeBeva / nvmCommands.js
Created June 17, 2019 03:29 — 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