ERROR EMFILE: too many open files
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)
installing watchman might be a workaround, works for me: https://github.com/facebook/create-react-app/issues/4540#issuecomment-393268543
installing watchman might be a workaround, works for me: facebook/create-react-app#4540 (comment)
yes it worked for me thank you!!
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?
Yea not working for me as well. After installing watchman, founding the same error !!!!