-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Use graceful-fs instead of fs #572
Comments
Blocked on isaacs/node-graceful-fs#106 |
we're not going to switch to |
@paulmillr I am not really sure how a user could switch to graceful inside of a module that has hardcoded references to the native fs.watch. Could you please elaborate on that? |
|
That is not an idea solution but could work. Thanks @paulmillr |
@paulmillr monkey-patching |
The latest release uses
fs.watch
fromfs
instead of thegraceful-fs
module, which in turn results in this in our appThe text was updated successfully, but these errors were encountered: