-
Notifications
You must be signed in to change notification settings - Fork 18
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
Remove reliance on watchman #62
Comments
This was already added in v3 (will be released soon). |
any updates on this? |
What's the schedule for v3? |
Just want to note here, that with Watchman Beta for Windows it's working just fine. I haven't run into any issues. Personally, I am against removing watchman. It's great tool conserving system resources into a single point instead of having numerous watchers over the same files. At least make it configurable so it's still possible to use Watchman. |
@FredyC in v3 watchman is not removed. It will use NodeWatcher only if watchman is not present. |
In the interest of reducing annoyance of non-Mac users (especially windows ones), avoiding watchman would be a great boon for this package.
I am not sure what it should be replaced with, but ideally with something built into this package.
Many thanks!
The text was updated successfully, but these errors were encountered: