-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Windows Build Number
Windows 11 Pro 21H2 Build: 22000.100
WSL Version
- WSL 2
- WSL 1
Kernel Version
Kernel version: 5.10.43
Distro Version
Ubuntu 20.04
Other Software
I have Ubuntu, Docker (v20.10.7), WSL 2 installed in my system.
I am using nvm with node.js (tried different versions still the same results)
Repro Steps
Cloned my fresh repo.
npm install - might pass and actually install.
Whenever I want to install an additional package - it might take forever to install.
Expected Behavior
Should run smoothly, without a long time-consuming.
Actual Behavior
I have dramatically slow network speed while working with Node.js and NPM.
- Request made from Node.js app - randomly are slow, unstable, timeouts
- npm install might take forever
I have to cancel and run npm install again, and if I am lucky - all packages will be installed, otherwise, I have to cancel and run again.
I am unsure why cache revalidation takes so much time

Diagnostic Logs
I ran npm install --verbose
Here 24 mins duration highlighted, so I just canceled.
