Solutions to typical problems on development
Last updated 4 years ago
Was this helpful?
The solution is to increase the limit of inotify watchers (, technical details: ):
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf sudo sysctl -p