NVS Tutorial
Installation
To install nvs in window we have to download " nvs.msi " from here.
Commands
Check NVS installation version : nvs -v
Install node js : nvs add <version>
Uninstall node : nvs rm <version>
To upgrade the latest path of any major version : nvs upgrade <FromVersion>
Migrate all the global modules to the new version : nvs migrate <oldVersion>
<newVersion>
To use any version for the t curren Shell : nvs use <version>
Set a node version as default for any shell : nvs link <version>
UnSet a node version as default for any shell : nvs unlink <version>
Show the path of node executable of a specific version : nvs which <version>
List Local Node versions : nvs ls <versionFilter?>
List Remote Node versions : nvs ls-remote <versionFilter?>
Runs a node module using a specified node version : nvs
nvs run
run <file.ext> <...args?>
<ver> <js> <args...?>
Version could be - a specific version or 'Latest' or 'lts'.
# symbol means it's the default node version.
> symbol means currently using version.