Skip to content
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

It doesn't work on linux. #99

Closed
dzek69 opened this issue Aug 13, 2017 · 3 comments
Closed

It doesn't work on linux. #99

dzek69 opened this issue Aug 13, 2017 · 3 comments

Comments

@dzek69
Copy link

dzek69 commented Aug 13, 2017

I was looking for better alternative to node-watch (as it doesn't differenate create from update).

So I've implemented basic example on my folder, where ffmpeg constantly saves a stream (so every 500ms a file is modified, every 60 seconds new one is created). And this package can't detect any change there. I've touched a file in this folder - still nothing.

However - it detects file removal without a problem!

When left for a while - it detected a single change from one of files ffmpeg is saving to (in the middle of the process).

Any suggestions what can be wrong and how to fix it?

@sbrandwoo
Copy link

Can confirm that on Linux this tool appears to not work. It says it successfully starts watching but then no events will ever be raised.

@dzek69
Copy link
Author

dzek69 commented Mar 8, 2018

Use chokidar, the best watching solution for node.js
This one seems dead (no answer in 7 months), I've tested many and most of them are buggy/incomplete/etc. Chokidar seems like the only reliable choice.

@balupton
Copy link
Member

balupton commented Nov 24, 2023

If it died, it'll be the Node.js core that killed it. I'll look into a maintenance release soon #342

Otherwise I'd suggest watchman #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants