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 386 nvm issues
Sort by recently updated
recently updated
newest added

IMO https://nodejs.org/en/about/releases/ could do a better job clarifying that "current" is a non-LTS classification but regardless.. `lts/*` is basically like a `lts/active` .. but since that other page is kinda...

informational

Nvm installs node and npm for a particular user, but the version of node and npm are linked. It would be nice if there was a way to choose a...

feature requests

I've seen many open and closed issues regarding the performance of loading `nvm.sh` as well as issues with performance using the `load-nvm` function to switch node versions per project. At...

#### Operating system and version: Linux my-pc 5.18.6-1-MANJARO #1 SMP PREEMPT_DYNAMIC Wed Jun 22 14:16:20 UTC 2022 x86_64 GNU/Linux #### `nvm ls` output: ``` v16.13.1 -> v18.3.0 system default ->...

#### Operating system and version: #### `nvm debug` output: ```sh nvm --version: v0.34.0 $SHELL: /bin/bash $SHLVL: 1 $HOME: /root $NVM_DIR: '$HOME/.nvm' $PATH: $NVM_DIR/versions/node/v10.21.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin $PREFIX: '' $NPM_CONFIG_PREFIX: '' $NVM_NODEJS_ORG_MIRROR: '' $NVM_IOJS_ORG_MIRROR:...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nvm-sh/nvm). > [!WARNING] These dependencies are deprecated: |...

If cd command fails, return whatever cd returned, instead of marching ahead

informational

Hi, I have used NVM just when the M1 processors came out. Back then the NVM was returning 404 on binary download and then compiling node by itself. This was...

OS: Mac OS
pull request wanted

There are many answers to this problem on MacOS system, but I want to find a solution on **CentOS** and on **default shell**. #### What I have tried: (In tmux...