Published Jan 18, 2021
[
 
]
The meaning of this error is that the number of files monitored by the system has reached the limit.
The command executed failed. Or throw a warning
Modify the number of system monitoring files
sudo gedit /etc/sysctl.conf
Add a line at the bottom
fs.inotify.max_user_watches=524288
Then save and exit
sudo sysctl -p