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

#### Operating system and version: Ubuntu 20.04.1 LTS (WSL on Windows 10) #### `nvm debug` output: ```sh nvm --version: v0.37.2 $SHELL: /bin/bash $SHLVL: 1 whoami: 'dawid' ${HOME}: /home/dawid ${NVM_DIR}: '${HOME}/.nvm'...

Thanks for the great work on this! I am most familiar with a lot of the semantics of the [`pyenv`](https://github.com/pyenv/pyenv) project. One of the nice features that keeps things consistent...

feature requests
pull request wanted

Related to #2849 and the [`pyenv`](https://github.com/pyenv/pyenv) project again. 😄 I can't say I feel very confident changing my shell custom prompt (`PS1`), or that I will like what I come...

# Overview I added in support for comments in the `.nvmrc` file. # List of Updates * Modified the `nvm_rc_version` to strip comments * Removed support for spaces and #'s...

feature requests

As of now there are about 700 node versions according to `nvm_remote_versions`, for which `nvm ls-remote` might take up to 20 seconds to print the versions in a slightly formatted...

performance

#### Operating system and version: Debian GNU/Linux 11 (bullseye) #### `nvm debug` output: ```sh nvm --version: v0.39.1 $SHELL: /bin/bash $SHLVL: 1 whoami: 'github-actions' ${HOME}: /home/github-actions ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${NVM_DIR}/versions/node/v16.16.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games $PREFIX:...

#### Operating system and version: Linux localhost 3.10.61-8299335 #1 SMP PREEMPT Mon Dec 17 19:36:17 KST 2018 armv8l armv8l armv8l GNU/Linux #### `nvm debug` output: ```sh make[1]: *** [tools/v8_gypfiles/run_gen-regexp-special-case.target.mk:13: /root/.nvm/.cache/src/node-v16.15.1/files/out/Release/obj/gen/src/regexp/special-case.cc]...

needs followup
installing nvm

Forgive me if this has been discussed before, but I didn't find anything beyond https://github.com/creationix/nvm/issues/110#issuecomment-40525629. It would be really nice to see the various Node version managing tools coalesce around...

feature requests