-
Notifications
You must be signed in to change notification settings - Fork 67
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
Could not watch folder: too many open files #38
Comments
can you add -ignore flag? |
exactly!! I have to remove the node_modules, watcher and then npm install & npm audit fix again |
Suggested fix here #41 |
I have the same issue, blaming in on the vendor directory.
Which does not even seem like that many files
I am not sure .gitignore solution will work since git ignored files may have an impact on how the application is run. I would suggest instead to have .watchignore file or something, that would contain glob patterns for those folder/files that do not need to be watched Edit Checked the source code, vendor directory is excluded anyways. I do not know then what this is related to, I have 7 watchers running at the same time but the number of files is no way close to the limit; besides it works for others on the same repositories |
I get this error
Could not watch folder: too many open files
The text was updated successfully, but these errors were encountered: