
n
List of commands for n:
-
n:tldr:33ad6 n: Install a given version of node. If the version is already installed, it will be activated.$ n ${version}try on your machineexplain this command
-
n:tldr:3e862 n: Execute a file with a given version.$ n use ${version} ${file-js}try on your machineexplain this command
-
n:tldr:7b8b9 n: Display installed versions and interactively activate one of them.$ ntry on your machineexplain this command
-
n:tldr:fef40 n: Output binary path for a version.$ n bin ${version}try on your machineexplain this command