commands.sh

n

all

Manage multiple node versions.

More info →

Examples (5)

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

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
made by @shridhargupta | data from tldr-pages