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

#### Operating system and version: Ubuntu 22.04.3 LTS in Docker #### `nvm debug` output: ```sh nvm --version: v0.39.5 $SHELL: /bin/bash $SHLVL: 1 whoami: 'root' ${HOME}: /root ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${HOME}/.pulumi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin...

#### Operating system and version: OS: macOS 13.5.1 22G90 arm64 Kernel: Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 arm64 #### `nvm debug` output: ```sh nvm --version:...

#### Operating system and version: macos 13.4.1 (arm64) #### `nvm debug` output: ```sh nvm --version: v0.39.3 $TERM_PROGRAM: iTerm.app $SHELL: /bin/zsh $SHLVL: 1 whoami: 'ato' ${HOME}: /Users/ato ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${HOME}/.composer/vendor/bin:/opt/homebrew/opt/[email protected]/bin:${HOME}/gopath16/bin:${HOME}/istio-1.15.0/bin:/opt/homebrew/opt/mysql-client/bin:${NVM_DIR}/versions/node/v18.16.1/bin:${HOME}/.composer/vendor/bin:/opt/homebrew/opt/[email protected]/bin:${HOME}/gopath16/bin:${HOME}/istio-1.15.0/bin:/opt/homebrew/opt/mysql-client/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin...

installing node
needs followup

I am running on Ubuntu 22.04 on ARM, using ipv6 only, and I got the following error: ``` $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash % Total % Received % Xferd...

#### Operating system and version: Ubuntu-20.04 #### `nvm debug` output: ```sh nvm --version: v0.39.3 $SHELL: /bin/bash $SHLVL: 1 whoami: 'root' ${HOME}: /root ${NVM_DIR}: '/usr/local/lib/nvm' ${PATH}: ${NVM_DIR}/versions/node/v18.2.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/lib/sonar-scanner-cli/bin $PREFIX: '' ${NPM_CONFIG_PREFIX}: ''...

needs followup

I tried to change the direc, change downloading mirror, giving permission,clearing cache...this keep this keep popped up `Installing latest LTS version. Downloading and installing node v18.16.1... Downloading https://nodejs.org/dist/v18.16.1/node-v18.16.1-linux-x64.tar.xz... Warning: Failed...

installing node
needs followup

#### Operating system and version: #### `nvm debug` output: nvm --version: v0.39.3 $SHELL: /usr/bin/zsh $SHLVL: 1 whoami: 'huawei' ${HOME}: /home/huawei ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${HOME}/.g/bin:${HOME}/.g/go/bin:${NVM_DIR}/versions/node/v18.16.0/bin:${HOME}/.sdkman/candidates/maven/current/bin:${HOME}/.sdkman/candidates/java/current/bin:${HOME}/.g/bin:${HOME}/.g/go/bin:${HOME}/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin:${HOME}/.local/share/JetBrains/Toolbox/scripts:${HOME}/.cargo/bin $PREFIX: '' ${NPM_CONFIG_PREFIX}: '' $NVM_NODEJS_ORG_MIRROR: 'https://npmmirror.com/mirrors/node/'...

#### How did you install `nvm`? install script in readme #### What steps did you perform? ```sh curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash ``` #### What happened? A new file at...

shell: zsh
installing nvm: profile detection
pull request wanted

On Linux: When I do `nvm ls`, it will hang or never return to a terminal prompt and will keep printing "$" but not allow command to be entered. In...

There are no .ps1 files so this can't work on pwsh linux

feature requests
pull request wanted