nvm icon indicating copy to clipboard operation
nvm copied to clipboard

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

Results 371 nvm issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm working with NVM in an environment where I can't access the Internet. My only way to access https://nodejs.org/dist is through a server that is blessed with a very restricted...

feature requests
pull request wanted

One of the latest commit on the master branch https://github.com/nvm-sh/nvm/commit/29dce5edfd0976f9a1728c5746715c24061fd404 introduces nvmrc as a submodule, and for that it uses the ssh URL. This will (is) causing firewall issues on...

#### Operating system and version: Should affect all supported operating systems. Tested on, - Windows 10 (using Git bash) - Linux Mint 20.1 #### `nvm debug` output: ```sh nvm --version:...

#### Operating system and version: #### `nvm debug` output: ```sh nvm --version: v0.40.0 $SHELL: /usr/bin/zsh $SHLVL: 1 whoami: 'devlin' ${HOME}: /home/devlin ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: /opt/oracle/instantclient_21_5:${HOME}/Developments/flutter/bin:${HOME}/Developments/flutter/bin:/usr/local/bin:${NVM_DIR}:${NVM_DIR}/versions/node/v20.12.2/bin:${HOME}/development/flutter/bin:${HOME}/.cargo/bin:${HOME}/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/snap/bin:/snap/bin:${HOME}/.local/share/JetBrains/Toolbox/scripts $PREFIX: '' ${NPM_CONFIG_PREFIX}: '' $NVM_NODEJS_ORG_MIRROR:...

shell: zsh
pull request wanted
performance

There is a laptop with two profiles, Admin and User, OS is Windows 11. How to install nvm CORRECTLY in user's profile? I tried several ways, however, I could not...

OS: windows
needs followup

#### Operating system and version: #### `nvm debug` output: command not. found ```sh ``` #### `nvm ls` output: command not found ```sh ``` #### How did you install `nvm`? curl...

OS: Mac OS
needs followup
pull request wanted
installing nvm

It runs `nvm_rc_version`, which echos "Found ..." and "Now using..." All output should be silenced (or introduce --silence-all or `nvm --quiet use` or something)

feature requests
needs followup

#### Operating system and version: Windows Server 2012 R2 NodeJS 20.15.1 Git for Windows 2.45.2.windows.1 Cygwin1.dll 3.4.5 #### `nvm debug` output: ```sh # command not found? ``` #### `nvm ls`...

OS: windows
pull request wanted
installing nvm

#### Operating system and version: Windows 10 #### `nvm debug` output: ```sh nvm --version: v0.39.7 $SHELL: /bin/bash $SHLVL: 1 whoami: 'MYUSER' ${HOME}: /home/MYUSER ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${NVM_DIR}/versions/node/v18.20.4/bin:${HOME}/bin:/cygdrive/c/Program\ Files/Mozilla\ Firefox:/usr/local/bin:/usr/bin:/cygdrive/c/Program Files/Java/jdk1.8.0_202/bin:/cygdrive/c/Program...

OS: windows
pull request wanted

- Add new logging functions: nvm_log, nvm_debug, nvm_info, nvm_warn, nvm_error - Implement log levels (DEBUG, INFO, WARN, ERROR) - Add timestamps to log messages - Create nvm_run_command for logging command...