Nodoubtz c4a77a1ac2
Delete .github/FUNDING.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:05:26 -04:00
2025-03-27 09:05:26 -04:00
2017-10-04 12:55:41 +02:00
2017-10-05 13:34:54 -07:00
2022-11-14 00:16:13 +01:00
2025-03-11 13:39:40 -07:00
2025-03-24 18:33:13 -04:00
2024-08-22 13:30:55 -07:00
2025-03-11 13:39:40 -07:00
2025-03-11 13:39:40 -07:00
2025-03-27 08:57:59 -04:00

nvm - Node Version Manager

nvm is a POSIX-compliant bash script that allows you to manage multiple active Node.js versions. It provides a seamless way to switch between different versions of Node.js and manage global npm packages for each version.

Features

  • Install: Install any Node.js version from the command line.
  • Use: Easily switch between multiple Node.js versions.
  • Uninstall: Remove any Node.js version that you no longer need.
  • List: View all installed and available Node.js versions.
  • Global Packages: Manage global npm packages for each Node.js version.

Installation

To install nvm, you can use the following command:

curl -o- https://raw.githubusercontent.com/nodoubtz/nvm/main/install.sh | bash
Description
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
Readme 19 MiB
Languages
Shell 98%
Makefile 1.2%
Dockerfile 0.8%