Closed
Description
#1418 # Current Behavior:
npm install
never exits back to the console. When it does it takes 5+ minutes and it cannot be exited with ctrl+C.
Expected Behavior:
After npm install
is finished installing, the process should exit and return to the console.
Steps To Reproduce:
- In WSL2
- create a new node project or clone any node project
- Run
npm install
- Wait for install to finish and watch it hang
Environment:
OS: Ubuntu 20.04 (wsl2)
Node: v14.10.1
npm: 6.14.8