개요
nvm은 Node.js 버전 관리자로, 명령줄에서 여러 활성 버전을 빠르게 설치하고 전환할 수 있습니다. bash, zsh, ksh, sh 등 POSIX 호환 셸을 지원하며 Unix, macOS, Windows WSL에 적용됩니다. .nvmrc 파일을 통한 프로젝트 수준 버전 관리를 지원하고 오프라인 설치 및 미러 사용자 정의 등의 기능을 제공합니다.
README 미리보기
\n \n \n \n \n\n\n\n# Node Version Manager [][3] [][4] [](https://bestpractices.dev/projects/684)\n\n\n\n\n## Table of Contents\n\n- [Intro](#intro)\n- [About](#about)\n- [Installing and Updating](#installing-and-updating)\n - [Install & Update Script](#install--update-script)\n - [Additional Notes](#additional-notes)\n - [Installing in Docker](#installing-in-docker)\n - [Installing in Docker for CICD-Jobs](#installing-in-docker-for-cicd-jobs)\n - [Troubleshooting on Linux](#troubleshooting-on-linux)\n - [Troubleshooting on macOS](#troubleshooting-on-macos)\n - [Ansible](#ansible)\n - [Verify Installation](#verify-installation)\n - [Important Notes](#important-notes)\n - [Git Install](#git-install)\n - [Manual Install](#manual-install)\n - [Manual Upgrade](#manual-upgrade)\n- [Usage](#usage)\n - [Long-term Support](#long-term-support)\n - [Migrating Global Packages While Installing](#migrating-global-packages-while-installing)\n - [Migrating Global Packages Between Installed Versions](#migrating-global-packages-between-installed-versions)\n - [Offline Install](#offline-install)\n - [Default Global Packages From File While Installing](#default-global-packages-from-file-while-installing)\n - [io.js](#iojs)\n - [System Version of Node](#system-version-of-node)\n - [Listing Versions](#listing-versions)\n - [Setting Custom Colors](#setting-custom-colors)\n - [Persisting custom colors](#persisting-custom-colors)\n - [Suppressing colorized output](#suppressing-colorized-output)\n - [Restoring PATH](#restoring-path)\n - [Set default node version](#set-default-node-version)\n - [Use a mirror of node binaries](#use-a-mirror-of-node-binaries)\n - [Pass Authorization header to mirror](#pass-authorization-header-to-mirror)\n - [.nvmrc](#nvmrc)\n - [Deeper Shell Integration](#deeper-shell-integration)\n - [Calling `nvm use` automatically in a directory with a `.nvmrc` file](#calling-nvm-use-automatically-in-a-directory-w