nvm
nvm copied to clipboard
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
## Fixes issue This PR fixes the following issues: closes #2576
Fixes #2497
Add a subsection to `README.md` about using zsh-nvm's `NVM_AUTO_USE` option to automatically detect and use `.nvmrc` files; the zsh-nvm plugin is mentioned already in the README (in the installation section).
The following errors occurred when installing old node versions (simple `nvm install $VERSION`) on an RPi4 with the default Raspbian flavor of Linux: - [ ] 0.12 (nvm tries v0.12.18)...
#### Operating system and version: macOS Monterey version 12.2 #### `nvm debug` output: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left...
Hey, I tried to install nvm according to the README and my environment contains a few XDG variables, like ``` declare -x XDG_CACHE_HOME="$HOME/.cache" declare -x XDG_CONFIG_HOME="$HOME/.config" declare -x XDG_DATA_HOME="$HOME/.local/share" ```...
#### Operating system and version: Ubuntu 20.04 #### `nvm debug` output (from inside the neovim terminal): ```sh nvm --version: v0.37.2 $SHELL: /bin/bash $SHLVL: 2 whoami: 'michael' ${HOME}: /home/michael ${NVM_DIR}: '${HOME}/.config/nvm'...
#### Operating system and version: macOS Catalina. #### `nvm debug` output: as no `nvm` command becomes available, it's hard to answer this one. #### `nvm ls` output: as no `nvm`...
- Operating system and version: OSX 10.11.6 - How did you install `nvm`? (e.g. install script in readme, Homebrew): curl - What steps did you perform? I ran this script:...
#### Operating system and version: Ubuntu 20.04.3 LTS #### `nvm debug` output: ```sh ❯ nvm debug nvm --version: v0.39.1 $SHELL: /usr/bin/zsh $SHLVL: 1 whoami: 'lnuno' ${HOME}: /home/lnuno ${NVM_DIR}: '${HOME}/.nvm' ${PATH}:...