-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting node_modules through WSL 1 freezes Windows. #6303
Comments
Are you storing the node_modules folder on /mnt/c or in a Linux folder? |
|
My first suggestion would be to host that project in a folder on WSL side for performance purposes. Second can you please suggest a large public node project to try this with so I can attempt to reproduce? |
That's interesting, I'll try that. Even if it's WSL 1? I've had crazy slow 'yarn install' on WSL 2 so i dropped it for now.
Yeah, I'll try and make an empty repo, with big package.json and share it. Thanks! |
I'll mark this as stale, as I never got to test it out. :) |
Same problem, project on /mnt/e. WSL1, Ubuntu 22.04.2 LTS, Windows 10 22H2. Wsl and Windows Terminal freezing, killing WSL from task manager not helps, only full system restart do |
Environment
Steps to reproduce
Clone down a heavy Javascript Node project (The github project the issue occur on is private but I can give you access.)
Install the project using either NPM or Yarn.
npm install # or yarn
I can't open task manager, shutdown or restart, the machine is just frozen.
I need to shutdown the machine through the physically power button.
WSL logs:
Will add later.
Expected behavior
I'm expecting to being able to delete the node_modules folder, and reinstall it.
Actual behavior
The operating system freezes, and I'm stuck.
The text was updated successfully, but these errors were encountered: