Because of, The system that detects changes can't handle so much watches by default.
And the solution is to change the amount of watches
it can handle (the maximum amount of files that will be in the project) you must run this command
:
echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
The problem with inotify is reseting this counter every time you restart your computer.