Error: The user limit on the total number of inotify watches was reached

Only for Ubuntu users

Copy and put on terminal

echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches 
&& echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_queued_events 
&& echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_instances 
&& watchman shutdown-server