ERROR EMFILE: too many open files
SolbiatiAlessandro opened this issue · 4 comments
SolbiatiAlessandro commented
on Mac OSX, npm install run succesfully, but when I run npm start I get the following:
ERROR EMFILE: too many open files, watch
{"errno":-24,"syscall":"watch","code":"EMFILE","filename":null}
Error: EMFILE: too many open files, watch
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:129:28)
SolbiatiAlessandro commented
installing watchman might be a workaround, works for me: facebook/create-react-app#4540 (comment)
Johnnie71 commented
installing watchman might be a workaround, works for me: facebook/create-react-app#4540 (comment)
yes it worked for me thank you!!
efermin commented
installing watchman might be a workaround, works for me: facebook/create-react-app#4540 (comment)
I've try reinstalling watchman but still having the same issue, any other possible solution?
joshiviral commented
Yea not working for me as well. After installing watchman, founding the same error !!!!