It's been a while since I entered Visual Studio Code to program...
When I am going to use Angular, I realize that I have to update it, I update it and when I am going to start programming it tells me that I have many files in the Git area, I see the number 10,000, then I try to hit the check but I get says:
"Error: EMFILE: too many open files, stat '/run/user/1000/doc/bb7f399/NewProject/src'"
I tried to check the visual studio but it didn't work...
Then I restarted the computer to see if it worked but nothing.
The error message you're seeing suggests that there are too many files open on your system, which can happen when you have a lot of files in your project or your system is running low on resources.
To fix this issue, there are a few things you can try:
node_modules
folder inside your .gitignore
.node_modules
folder.angular.json
file to use Chokidar instead of the default file system watcher.Hope this helps! Let me know if you have any more questions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With