Error : ENOSPC : system limit for number of file watchers reached

The error arised when running local server.

solution:Enter the following command to resolve this issue:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Leave a comment

Your email address will not be published. Required fields are marked *