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

I've done `nvm alias default system`, and doing `nvm use system` shows `Now using system version of node: v6.5.0 (npm v3.10.6)`. But if I do `nvm exec system node app.js`...

needs followup

- Operating system and version: CentOS 7, nvm latest version - `nvm debug` output: ```sh $SHELL: /bin/bash $HOME: /home/kenny $NVM_DIR: '$HOME/.nvm' $PREFIX: '' $NPM_CONFIG_PREFIX: '' $NVM_NODEJS_ORG_MIRROR: '' $NVM_IOJS_ORG_MIRROR: '' shell...

bugs
pull request wanted

#### Operating system and version: Debian Linux 10.8 #### `nvm debug` output: ```text nvm --version: v0.37.2 $SHELL: /bin/bash $SHLVL: 1 whoami: 'pi' ${HOME}: /home/pi ${NVM_DIR}: '${HOME}/.config/nvm' ${PATH}: ${NVM_DIR}/versions/node/v12.21.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games $PREFIX: ''...

First off, thanks for this absolutely excellent tool! Much appreciated. In nvm v0.39.1 (the latest at the time of writing), when I do `nvm use` for a version I don't...

I can't use nvm install node, help me error : ```sh Downloading and installing node v8.2.1... Local cache found: $NVM_DIR/.cache/bin/node-v8.2.1-linux-x64/node-v8.2.1-linux-x64.tar.xz Computing checksum with sha256sum Checksums do not match: 'f74e70e2c3c6d96e887286e605480f64487cd543f4a5988b29f491b32f1256c8' found,...

installing node
needs followup

Currently we use `nvm install [same version we're already using]` - but this is a bit unwieldy and presumably does quite a bit of unnecessary work. Our use case is...

feature requests

#### Abstract NVM is the biggest performance bottleneck in loading a new shell for me, taking significantly more time than anything else. I attempted to determine what bits of the...

performance

The `NVM_CD_FLAGS` variable is assigned a value if nvm is being run in zsh, so that `cd`'ing around won't print any error messages. This flag, however, is not compatible with...

Hi, I updated WSL to WSL2 and try to install the nvm again. #### Operating system and version: Windows 10 20H2 (OS Build 19042.746) Using WSL 2 => Ubuntu-20.04 ####...

OS: windows
installing node
needs followup

The instruction list in the `Git Install` section of the `README` was being rendered incorrectly. Fixes #2822

informational