-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
flickering on Windows when doing "npm ci" #11683
Comments
If there are some diagnostics I can run to identify which commands cause the flickering, please tell me. Thank you! |
The flickering is actually a series of command windows(cmd.exe). 2022-09-09.15-45-50.mp4 |
#7492 seems like a fix to this problem. Maybe there are some other places where it should be applied? Or this fix doesn't work for everyone? |
This should be fixed by #14965 Can you please try again with the latest version? |
Updated to 15.8.1 and seems to have fixed the issue for me. What is weird is that the PR you mentioned was released in 15.7.0 but any 15.7.x version for me still made the cmd windows flicker. |
Works for me with nx 15.8.3 |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
When doing a fresh install with
npm ci
on a Windows 11 box there are multiple windows flickering.I would like to start this in the background and do some other work until this is finished.
The flickering disrupts my work and the input focus is disturbed.
I use PowerShell and Windows Terminal.
Expected Behavior
No flickering windows.
Steps to Reproduce
Since I use nx for an Angular mono-repo, I can reproduce it with the following steps:
In this small example there aren't so much flickering, but there are some.
In my mono-repo with multiple projects there are way more.
Environment
The text was updated successfully, but these errors were encountered: