-
-
Notifications
You must be signed in to change notification settings - Fork 582
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
usePolling: false
does not work on Mac
#62
Comments
For windows both versions are very inefficient and unreliable. The only solution I've found to get something decent on windows is using powershell scripts that directly interact with the event apis from windows. |
Worked for me just great on windows, not sure. I confirm osx behaviour, that's why i didn't want to implement it |
For small projects it might work on windows, but using network drives + large folders that get copied in/out and moved around this breaks down very quickly. |
This config option is forwarded to chokidar. When set to `true` (default value is `false`), chokidar uses `fs.watch` instead of stat polling. This seems to be finally working well on linux, however it does not work on Mac. See paulmillr/chokidar#62 That's why I'm leaving it undocumented ;-)
Folks -- what do you think about using |
@paulmillr I always use |
This is more a question - what is the state of
fs.watch
vs.fs.watchFile
?My observations...
linux:
mac:
windows:
The text was updated successfully, but these errors were encountered: