To fix for now: sudo sysctl fs.inotify.max_user_watches=1000000 To fix on reboot: echo "fs.inotify.max_user_watches = 1000000" | sudo tee -a /etc/sysctl.conf > /dev/null