nvm
nvm copied to clipboard
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
I have recently switched to [pnpm](https://pnpm.js.org/en/) and would like to install my default global packages to be installed with it instead of `npm` to avoid alias issues. Same goes for...
## The issue `nvm uninstall`, specifically the `nvm_check_file_permissions` helper, is unnecessarily slowed down by recursing into symlinked directories inside the global node_modules. In rare cases, it can get into infinite...
#### Operating system and version: NAME="Ubuntu" VERSION="20.04.5 LTS (Focal Fossa)" #### `nvm debug` output: ```sh Trying to install latest = 0.39.3 ``` #### `nvm ls` output: ```sh none ...Trying to...
#### Operating system and version: Mac osx 12.3 - M1 max chip #### `nvm debug` output: ```sh nvm --version: v0.39.3 $TERM_PROGRAM: iTerm.app $SHELL: /bin/zsh $SHLVL: 1 whoami: 'me' ${HOME}: /Users/me...
It seems that nvm modifies `~/.bashrc` to load npm and node. This means that non interactive shells that don't run `bashrc` won't have it. For instance I was running a...
#### Operating system and version: Ubuntu 22.04 #### `nvm debug` output: ```sh nvm --version: v0.39.3 $SHELL: /usr/bin/zsh $SHLVL: 1 whoami: 'jorge' ${HOME}: /home/jorge ${NVM_DIR}: '${HOME}/.config/nvm' ${PATH}: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin $PREFIX: '' ${NPM_CONFIG_PREFIX}:...
`ksh` doesn't support `local` with portable function syntax, and `dash` doesn't support `typeset`.
Background When I use "nvm install v19.0.0" to install Node, if the corresponding version of Node is not found in the repository, the file cannot be downloaded locally. However, the...
#### Operating system and version: Multiple AWS Services (like AWS Device Farm and AWS Code Deploy) which use hosts that exist in a highly-limited IP space #### What steps did...
Migrating the test-suite which is currently on travis to github actions. Additional context: Build configuration for travis: https://travis-ci.com/github/nvm-sh/nvm/builds/220257244/config