-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
EPERM: operation not permitted, lstat #1568
Comments
I've updated the opening post to maybe clarify the cause of the issue. BTW, I had to close ~20 of these windows in the last 30 minutes :( |
I'm experiencing the same issue on Windows 10. |
Same here :( |
Just happened to me :(. Any fixes on this case? |
Facing this issue on Win10 too, seems to happen randomly. |
Hey there, please try again with the new Hyper v2 release and open a new issue if the problem stills exists. Thank you! |
Issue
Errors like these happen sporadically when I use the OS and various apps, and they change some files located under
%HOME%/*
while Hyper is running in the background:It seems like Hyper is watching user's home folder to spy on
.hyper.js
changes, and whenever something happens there it doeslstat
on the changed file. This operation might not be permitted on some files, which results inEPERM
error window popping up and annoying me considerably 😢.I think that watching of anything under user's home folder should be isolated to only the paths relevant to Hyper and completely ignoring any event not relevant to it, since watching everything there might (apart of throwing these errors) cause performance issues in the future.
The text was updated successfully, but these errors were encountered: