Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
Go to file
Nodoubtz c4a77a1ac2
Delete .github/FUNDING.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:05:26 -04:00
.github Delete .github/FUNDING.yml 2025-03-27 09:05:26 -04:00
test [Fix] reinstall-packages: do not reinstall corepack 2025-03-11 13:16:58 -07:00
.gitattributes [meta] fix gitattributes to properly recognize images as binary 2023-11-22 22:29:01 -08:00
.gitignore [Tests] fix broken tests exposed by 863bd63 2024-08-27 12:46:40 -07:00
.gitmodules [New] allow .nvmrc files to support comments 2024-06-07 10:13:00 -07:00
.mailmap Add a Git .mailmap with my new name 2017-10-04 12:55:41 +02:00
.npmrc Only apps should have lockfiles 2017-10-05 13:34:54 -07:00
bash_completion [Fix] bash_completion: be robust when cd is overridden 2021-09-13 15:26:40 +03:00
CODE_OF_CONDUCT.md [meta] use HEAD instead of master where possible 2022-12-23 12:53:40 -08:00
Dockerfile [readme] add docker tips 2022-11-14 00:16:13 +01:00
GOVERNANCE.md [meta] add project charter and governance 2021-04-26 12:56:08 -07:00
install.sh v0.40.2 2025-03-11 13:39:40 -07:00
LICENSE Create LICENSE 2025-03-24 18:33:13 -04:00
Makefile [Tests] move sourcing suite to GHA 2024-08-22 13:30:55 -07:00
nvm-exec [Fix] nvm exec: no longer error with '-q: invalid option' for zsh users 2023-04-21 20:40:01 -07:00
nvm.sh v0.40.2 2025-03-11 13:39:40 -07:00
package.json v0.40.2 2025-03-11 13:39:40 -07:00
README.md Update README.md 2025-03-27 08:57:59 -04:00
ROADMAP.md [meta] update repo links to point to org 2019-04-24 16:08:34 -07:00
update_test_mocks.sh [Refactor] add nvm_wrap_with_color_code; allow no color code 2022-10-13 20:16:42 -07: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