React server isn't starting after stopping it!

After I’ve stopped React server using terminal command Ctrl + c I tried to start it again using command npm start. But it’s showing :
note: “media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1” is my project directory.

events.js:174
      throw er; // Unhandled 'error' event
      ^

Error: ENOSPC: System limit for number of file watchers reached, watch '/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/public'
    at FSWatcher.start (internal/fs/watchers.js:165:26)
    at Object.watch (fs.js:1258:11)
    at createFsWatchInstance (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:38:15)
    at setFsWatchListener (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
    at FSWatcher.NodeFsHandler._watchWithNodeFs (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:233:14)
    at FSWatcher.NodeFsHandler._handleDir (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:429:19)
    at FSWatcher.<anonymous> (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:477:19)
    at FSWatcher.<anonymous> (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:482:16)
    at FSReqWrap.oncomplete (fs.js:154:5)
Emitted 'error' event at:
    at FSWatcher._handleError (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/index.js:260:10)
    at createFsWatchInstance (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:40:5)
    at setFsWatchListener (/media/smile/My PC/Work shop/Iftekhar Riyad/Web Development/React Js/Projects/Learn React JS - Full Course for Beginners - Tutorial 2019/project-1/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
    [... lines matching original stack trace ...]
    at FSReqWrap.oncomplete (fs.js:154:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! project-1@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the project-1@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/smile/.npm/_logs/2020-08-13T07_55_48_273Z-debug.log

Please someone fix this!! :grinning:

Hey there,

so if you put the error into Google search:

Do you think you can manage to solve it on your own?

There are so many errors here man! I didn’t search on the google because don’t know what to solve first.

Actually it’s one error.

But even if there would be many errors,
it’s good advice to start with the first one.

I tried couple solutions but couldn’t fix the problem

So what did you try?

When I had this problem several month ago,
I added the exact error into Google (in "" to search for the exact term),
went to the first search result
and solved it by using the first solution.

I tried this article

And what happened?


When I google for it, I get these results:

https://www.google.com/search?hl=en&q="Error%3A%20ENOSPC%3A%20System%20limit%20for%20number%20of%20file%20watchers%20reached"

What happens when you try them, especially the solutions in the Github result?