Skip to content

Instantly share code, notes, and snippets.

View haulian's full-sized avatar
💭
I may be slow to respond.

haulian

💭
I may be slow to respond.
View GitHub Profile
@haulian
haulian / nvmCommands.js
Created April 17, 2024 14:02 — forked from chranderson/nvmCommands.js
Useful NVM commands
// 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