-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh clone + install + ember serve fails. #106
Comments
I've seen this failure fairly regularly recently on latest Macs with the new APFS file system. It's also been causing Watchman to freeze up, and the only fix I've found is |
The weirdest part is that I don't have watchman and it doesn't happen to me in other repos |
Yeah, I started by uninstalling watchman when it started freezing up, and then I started getting these errors from Node FileWatcher so I had to reinstall watchman 😕 |
The same issue on win10. So it doesn't seem like a watchman related thing... |
@ro0gr You're seeing all that |
@cibernox FWIW, I've run into that error when doing non-Watchman file watching in other projects since switching to APFS, which seems to have reset (and lowered the hard cap on) the limit for open file descriptors. What do you get for |
|
I saw the same issue trying to use this addon in another addon. I was only able to get it working by installing watchman. |
@dfreeman you are right. I have a different error. However in my opinion these issues are pretty similar. Build errors recurrently repeat somewhere in Here is my
Maybe we should detect such cases and stop the server? or it should be handled by ember-cli... |
I'm getting a pretty bad error by just cloning the repo and running
ember s
on it.The error repeats and repeats forever and it cannot be cancelled not even with ctrl + C.
My environment:
The text was updated successfully, but these errors were encountered: