Easily manage Node.js versions
Node Version Manager is a command line tool that allows developers to manage multiple versions of Node.js on their systems. With its POSIX-compliant shell script (bash script) structure, it makes it easier to make quick version transitions between different projects.
Updates
- August 18, 2026: Stars 94,519 → 94,630, latest release v0.40.7 (August 18, 2026).
- August 12, 2026: Stars 94,520 → 94,519, latest release v0.40.6 (July 15, 2026).
What you get
- Quickly switch between different Node.js versions
- Work seamlessly in POSIX-compliant shells
- Easily install project-specific Node.js versions
Installation
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bashwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.6/install.sh | bashRunning it
nvm install 24If you don't write code
I want to manage multiple versions of Node.js on my computer. How do I install Node.js version 24 and switch between different versions using the NVM tool? Can you explain step by step the process of changing the version on the command line?
Related dictionary terms
Links
TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-08-12: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.