-
Notifications
You must be signed in to change notification settings - Fork 0
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
Linux support? #4
Comments
Just found that not too much ago, the linux recursive features seems to have been added EDIT: Looking at the key commit nodejs/node@17ae2ab it gets apparent that you need a nodejs version >= 20.0.0 for this feature to be there. I will try to get a newer nodejs version |
Thanks for finding that! I'll add in a note about Node.js version requirements, but I also found that |
Indeed it works after updating nodejs to use a 20.x version! 🥳 |
I see no reason to switch to chokidar - it is not super maintained, better stay with using fs.watch as it works since node 20.x 👍 |
I getting error trying kubycat on my linux machine
the error brought me to this stackoverflow which says that the recursive option seems unsupported on linux.
What to do? Is this just not working linux?
The text was updated successfully, but these errors were encountered: