-
Notifications
You must be signed in to change notification settings - Fork 822
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
npm start on WSL2 holds time back #10899
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
Did your machine go to sleep? When you look at |
I think you're right! Thank you. |
Windows Version
Microsoft Windows [Version 10.0.22621.2715]
WSL Version
2.0.9.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-microsoft-standard-WSL2
Distro Version
Ubuntu 22.04
Other Software
Node Package Manager (npm)
Repro Steps
sudo apt install npm
npx create-react-app .
date
npm start
(leave running for some time, for development)
ctrl+c
date
Expected Behavior
date
commands should output the correct system time on the deviceActual Behavior
Second
date
command outputs the same time as the first, completely desyncing from system timeDiagnostic Logs
No response
The text was updated successfully, but these errors were encountered: