LinuxCommandLibrary

n

n

TLDR

Install a given version of node. If the version is already installed, it will be activated

$ n [version]
copy


Display installed versions and interactively activate one of them
$ n
copy


Remove a version
$ n rm [version]
copy


Execute a file with a given version
$ n use [version] [file.js]
copy


Output binary path for a version
$ n bin [version]
copy

Copied to clipboard