nvm
nvm copied to clipboard
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
- Operating system and version: osx 10.12.6 - `nvm debug` output: ```sh nvm --version: v0.33.0 $SHELL: /bin/bash $HOME: /Users/ruiguo $NVM_DIR: '$HOME/.nvm' $PREFIX: '' $NPM_CONFIG_PREFIX: '' nvm current: system which node:...
All is described in the Pull Request title. Linked issue: [https://github.com/nvm-sh/nvm/issues/2568](https://github.com/nvm-sh/nvm/issues/2568 )
#### Operating system and version: MacOS 12.0 #### `nvm debug` output: ```sh nvm --version: v0.39.0 $TERM_PROGRAM: Apple_Terminal $SHELL: /bin/zsh $SHLVL: 1 whoami: 'ryan' ${HOME}: /Users/ryan ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: ${NVM_DIR}/versions/node/v16.3.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin $PREFIX:...
#### Operating system and version: - Windows 10 - WSL2 with Ubuntu 20.04.2 #### How did you install `nvm`? From WSL Ubuntu terminal ``` sudo apt update sudo apt install...
This is an immediate followup on #2489. According to my finding (for example [this](https://stackoverflow.com/questions/67136714) by @marlonrichert), `compinit` and `bashcompinit` should not be called in completion scripts, but users should be...
#### Operating system and version: Latest Mac OS Monterey 12.2.1, but I've seen this on earlier OS versions too. #### `nvm debug` output: ```sh nvm --version: v0.39.1 $TERM_PROGRAM: Apple_Terminal $SHELL:...
Would it be possible to install nightly versions via nvm? Different folder. Good news is that they have a file listing that seems to be sorted newest on top: https://nodejs.org/download/nightly/index.tab
Sourcing so many universal variables is dangerous and has led to problems for me. If all variables are 'uniqe', nvm.sh can be sourced globally with 'set -a'. In my case,...
Sourcing so many universal variables is dangerous and has led to problems for me. If all variables are 'uniqe', nvm.sh can be sourced globally with 'set -a'. In my case,...
I know the preferred way to reference ranges in `nvm` is with `lts/name`, but we've run into an issue when `pkg.engines` has to specify a minimum value for the minor...