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

Like riscv64, LoongArch64 is also an experimental architecture on the Node platform list. Users can install Node.js from the unofficial builds website. However, the `uname -m` output for the LoongArch64...

Adding the [Deeper Shell Integration script for ZSH](https://github.com/nvm-sh/nvm?tab=readme-ov-file#zsh) adds a 1~2 seconds delay to ZSH's tab completion, when the path includes `../` and the directory contains many files (like a...

shell: zsh
informational
pull request wanted
performance

ref: https://github.com/openjs-foundation/cross-project-council/pull/1588

#### Operating system and version: Ubuntu 24.04 The suggested manual upgrade (see https://github.com/nvm-sh/nvm?tab=readme-ov-file#manual-upgrade) is as follows: ```bash ( cd "$NVM_DIR" git fetch --tags origin git checkout `git describe --abbrev=0 --tags...

#### Operating system and version: Windows 11 Home 24H2 build.26100.6584 WSL version: 2.5.10.0 Kernel version: 6.6.87.2-1 WSLg version: 1.0.66 MSRDC version: 1.2.6074 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.26100.1-240331-1435.ge-release Windows version:...

#### Operating system and version: Fedora Linux 42 #### `nvm debug` output: ```sh nvm --version: v0.40.3 $SHELL: /bin/bash $SHLVL: 1 whoami: 'jeffteixeira' ${HOME}: /var/home/jeffteixeira ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${NVM_DIR}/versions/node/v22.19.0/bin:${HOME}/.local/bin:${HOME}/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin $PREFIX: ''...

needs followup

See the commit message(s) for details. (I avoid duplicating them here because the commit messages are being updated as we review.) Feel free to change the commit message (or anything...

The Docker image build was broken due to using a bad mirror; remove the mirror to fix this in a way that it's unlikely to recur. Fix a few bugs...