I have a project who I didn\'t touch for 2 weeks. I take it back and now when I try to run npm start I got this error.
npm start
> react-scripts start
I solve this issue by running following command
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
hope it helps