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

please clarify in Readme why nvm does not use prebuilt binary mirrors by default. Compiling took reeeeeaaaaaally long for me when installing node 18 using nvm. Maybe it would be...

installing node
needs followup

#### Operating system and version: macOS Ventura 13.1 #### `nvm debug` output: ```sh nvm --version: v0.39.1 $TERM_PROGRAM: iTerm.app $SHELL: /opt/homebrew/bin/fish $SHLVL: 2 whoami: 'sairoko' ${HOME}: /Users/sairoko ${NVM_DIR}: '${HOME}/.nvm' ${PATH}: /Applications/Sublime...

shell: fish

Solves #2065

installing node
feature requests

#### Command ```bash # Run node --help with the specified version nvm exec lts/hydrogen node --help ``` #### What happened? NVM outputs its help command. #### What did you expect...

informational
pull request wanted

This allows you to prevent NVM from intercepting help calls. https://github.com/nvm-sh/nvm/issues/3126

Use GitHub flavored markdown for dark mode

Error message - [Container] 2023/06/02 12:24:31 Command did not exit successfully . "$NVM_DIR/nvm.sh" && nvm use 14.17.0 exit status 3 We have aws pipeline with nodejs runtime in it. We...

needs followup

#### Operating system and version: Windows 10, but installing under WSL2 / Ubuntu 20.04 #### `nvm debug` output: ```sh nvm --version: v0.38.0 $SHELL: /bin/bash $SHLVL: 1 whoami: 'joliunix' ${HOME}: /home/joliunix...

OS: windows
installing node

@ljharb We recently talked about how it makes no sense to have a POSIX compliant installer, since on embedded systems you most likely need to compile node yourself, so the...

feature requests
pull request wanted

Like the title says. I have a .dotfiles repo and I would like to be able to persist the file which saves the list of npm packages which should be...

feature requests