nvm-windows icon indicating copy to clipboard operation
nvm-windows copied to clipboard

A node.js version management utility for Windows. Ironically written in Go.

Results 128 nvm-windows issues
Sort by recently updated
recently updated
newest added

### What happened? C:\Users\alexa>nvm ls 20.11.0 * 16.20.2 (Currently using 64-bit executable) C:\Users\alexa>nvm use 20 node v20.11.0 (64-bit) is not installed. C:\Users\alexa>nvm use 20.11.0 node v20.11.0 (64-bit) is not installed....

### What happened? C:\Users\DELL>node -v v20.14.0 C:\Users\DELL>nvm install 16.20.2 Downloading node.js version 16.20.2 (64-bit)... Error while downloading https://nodejs.org/dist/v16.20.2/node-v16.20.2-win-x64.zip - stream error: stream ID 7; INTERNAL_ERROR; received from peer Extracting node...

### What happened? I can't install the latest version of node via `nvm install lastest` It throws: ``` Error retrieving "https://nodejs.org/dist/latest-lastest/SHASUMS256.txt": HTTP Status 404 ``` If I access the URL...

bug

### What happened? I tried to uninstall the 18.20.4 version but canceled for the first time, then I could not uninstall any more ![image](https://github.com/user-attachments/assets/13c0f463-5c91-4ee0-a77f-cd524c3f1ea6) ### What did you expect to...

Implements the change suggested by @danielkcz in #16 (https://github.com/coreybutler/nvm-windows/issues/16#issuecomment-432545211) Makes it more convenient to automatically switch current node version #

### What happened? My windows username is ^Clox^ I installed nvm windows, installed node version 20. When I try to `nvm use 20`, it says `Now using node v18.20.4 (64-bit)`,...

**Issue:** When `nvm use` is passed a non-installed version of Node, it correctly outputs an error message, but then sets its exit code 0, indicating success. Similarlly, when `nvm install`...

help wanted
edge case
Stale

### What happened? when running the installer for nvm, where ever i tell nodejs symlink to go, it doesnt go there. It actually deletes the folder it was told to...