Node Version Manager - Control Node Versions | Online Free DevTools by Hexmos
Manage Node versions instantly with Node Version Manager. Install, remove, and switch between different Node.js versions easily. Free online tool, no registration required.
n
Manage multiple node versions. More information: https://github.com/tj/n.
- Install a given version of node. If the version is already installed, it will be activated:
n {{version}}
- Display installed versions and interactively activate one of them:
n
- Remove a version:
n rm {{version}}
- Execute a file with a given version:
n use {{version}} {{file.js}}
- Output binary path for a version:
n bin {{version}}
