Skip to content
forked from nvm-sh/nvm

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

License

Notifications You must be signed in to change notification settings

nodoubtz/nvm-nodoubtz-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deploy static content to Pages

Node Version Manager (NVM)

Node Version Manager (NVM) is a POSIX-compliant bash script to manage multiple active node.js versions.

Table of Contents

Introduction

NVM allows you to install and switch between multiple versions of Node.js. This is particularly useful for testing and developing applications that rely on different Node.js versions.

Features

  • Install and manage multiple Node.js versions.
  • Switch between different Node.js versions seamlessly.
  • List installed Node.js versions.
  • Remove Node.js versions that are no longer needed.

Installation

To install NVM, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nodoubtz/nvm.git
  2. Navigate to the project directory:

    cd nvm
  3. Run the installation script:

    ./install.sh

Usage

To use NVM, follow these commands:

  • Install a specific Node.js version:

    nvm install <version>
  • Switch to a specific Node.js version:

    nvm use <version>
  • List installed Node.js versions:

    nvm list
  • Remove a specific Node.js version:

    nvm uninstall <version>

For more detailed usage instructions, refer ▋

About

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Languages

  • Shell 97.8%
  • Makefile 1.2%
  • Other 1.0%