
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

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