0% found this document useful (0 votes)
90 views1 page

NVS Installation and Command Guide

Node version manager user guide

Uploaded by

files.public95
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views1 page

NVS Installation and Command Guide

Node version manager user guide

Uploaded by

files.public95
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like