Skip to content

Instantly share code, notes, and snippets.

View haziqfiqri's full-sized avatar
:octocat:
meow

Haziq haziqfiqri

:octocat:
meow
  • Kuala Lumpur, Malaysia
  • 08:26 (UTC +08:00)
View GitHub Profile
@chranderson
chranderson / nvmCommands.js
Last active July 13, 2025 05:06
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