facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.73k stars 26.85k forks source link

[Fixed] fsevents port error on yarn start #2905

Closed geelen closed 7 years ago

geelen commented 7 years ago

Ok this just took me... a while to figure out, and I'm mainly adding this to help someone else googling in the future 🙏

This was my error:

(FSEvents.framework) FSEventStreamStart: ERROR: FSEvents_connect() => (ipc/send) invalid destination port (268435459)

I was also getting this when trying to git clone:

No user exists for uid 501

It turns out it's something to do with this iterm2 bug when you restart your Mac and iterm resumes its sessions. So, if you're seeing anything like this in the future, try restarting iTerm and it should go away! ♥️

johnsonsamuel commented 6 years ago

Thank you sir!!!! 👍

justinharding commented 6 years ago

Thank you from me too! 👍

mightymess commented 6 years ago

🙇‍♂️

charlesemarsh commented 6 years ago

3 hours of my life wasted! You are a legend... thank you kind sir

bgmort commented 6 years ago

This solution worked for trying to use fswatch after a resumed iTerm session as well.

COConsulting commented 6 years ago

Thank you from me as well. This solved my problem by restarting iTerm.