Skip to content

Instantly share code, notes, and snippets.

View mohit-raj-purohit's full-sized avatar

Mohit Raj Purohit mohit-raj-purohit

View GitHub Profile
@mohit-raj-purohit
mohit-raj-purohit / nvmCommands.js
Created April 6, 2023 12:00 — 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