Problem starting react project [closed]

closed. this question is out of scope and is not currently accepting answers.

want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 1 year ago .

improve this question

insert the description of the image here

Guys I made the clone of this project on github, and gave an npm install, it downloads the dependencies, but when I do yarn start to start the server, it prints me that mistake.

Author: Seveshy, 2019-06-05

1 answers

Is reaching your system's Observer limit. Try to run this:

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

Go Here to learn more:

Https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

Obs.: If you are using npm install Why use yarn start? Use npm start or yarn install. This can cause conflict in .lock

 1
Author: Leo Brescia, 2019-06-06 19:05:47