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

#### Operating system and version: macOS Big Sur 11.2.3 #### `nvm debug` output: zsh: command not found: nvm ```sh ``` #### `nvm ls` output: zsh: command not found: nvm ```sh...

OS: Mac OS
installing nvm

Since 7f3145bc98b9355d26ee5da730fb9c4df7201b18, there is a new unit test called `nvm_default_packages` that I can never pass, both on Ubuntu and Mac Error message: ``` ✗ nvm_default_packages touch: cannot touch '/default-packages': Permission...

testing
bugs
pull request wanted

Now that we switched to using releases, instead of a simple clone/pull of the master branch, we should think of switching to simply downloading a release tarbal ``` bash curl...

installing node
feature requests

#### Operating system and version: Windows version 11 #### `nvm debug` output: ```sh ``` None #### `nvm ls` output: ```sh ``` None #### How did you install `nvm`? Windows installer...

#### Operating system and version: ![Image](https://github.com/user-attachments/assets/85b06b07-e468-4f48-a751-ca94fe8c2628) ![Image](https://github.com/user-attachments/assets/33c1c845-8efe-44bd-a812-6deb25fc2379) #### How did you install `nvm`? `Download via Manjaro Linux's package manager` #### What steps did you perform? #### What happened? Set the...

#### Operating system and version: macOS Sonoma 14.7.4 / M2 MacBook Air (2022) #### `nvm debug` output: ```sh command not found: nvm ``` #### `nvm ls` output: ```sh command not...

needs followup

dear bro have download the git and when **bash install.sh** always tell me ``` => Downloading nvm from git to '/root/.nvm' => 正克隆到 '/root/.nvm'... fatal: unable to access 'https://github.com/nvm-sh/nvm.git/': Failed...

The shebang `#!/usr/bin/env node` is often used to make a JavaScript file directly executable. While it's present, it's generally recommended to ensure the execute bit is set on the file...

The shebang `#!/usr/bin/env node` should be followed by a newline character. While it often works without it, it's best practice to include it for maximum compatibility across different systems and...

#### Operating system and version: Ubuntu 24 #### `nvm debug` output: ```sh I can not include the exact error because I installed nvm with wget but it complained about "("...

needs followup
installing nvm