-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ember CLI hangs with watchman 4.7.0 #6259
Comments
@timiyay Unfortunately for you this works for me with a matching set of output. I'm going to suggest the stereotypical "have you tried rebooting?" I don't suspect that this is something we're going to be able to help you with. Try reverting to your last known good version of Watchman? I'm closing this as this isn't likely going to be an Ember CLI issue and nothing we're able to do anything about. Please stop by #-help in the Ember Community Slack and see if maybe anybody else in the community has encountered something like this. Feel encouraged to reopen it if upon further investigation on your side you discover that it may in fact be a bug. In the mean time we will still continue to receive notifications from any followup comments on this issue; being closed doesn't mean that we're ignoring the thread. |
All good @nathanhammond. My assumption is that this is watchman's issue too. I was hoping that an And yes, downgrading to watchman 4.6 fixes the issue. It's a PITA for a Homebrew user, which only tracks the latest version of everything, but not the worst thing ever. |
I haven't any idea, and I suspect that it's not Ember CLI but some compounding configuration issue on your machine. We simply consume information from Watchman. Maybe @stefanpenner has better ideas? |
Similar result here with 4.7.0 and I also had to backdown to 4.6.0. Recent installation of everything: ember-cli: 2.6.2
node: 4.5.0
os: darwin x64 OS X Yosemite |
likely best to open an issue on the watchman repo, not sure we can do much from our side. |
Could be caused by facebook/watchman#358 |
Please open a separate watchman issue and be sure to include your watchman logs and to search the console.app logs for watchman related messages. |
@wez et al, if it turns out we are doing something wrong. Don't hesitate to let us know, we will work to address :) |
Follow-up from an informative comment the aforementioned watchman issue:
You should not do that till you've saved a copy of the state directory, however, as that includes data that may be helpful as they're debugging this. |
@chriskrycho nice, thanks for sharing. |
OK, the workaround for this is:
which should output something like this:
and then things should be working again. |
@wez thankyou for all the work, and sorry for not going straight to the watchman repo. The lack of console output mean I was a bit gun-shy, as I had nothing to show. |
|
Can we replace watchman with others? its full of errors/ |
@v3ss0n although it has issues, it tends to have less issues then the alternatives :(. That being said, for some users who choose to want to override we do support passing
This allows the end user to choose what works best for them. |
watchman
4.7.0 was recently released, and the Homebrew formula updated. Once I pulled down this update, theember
command stopped working.Running any
ember
command would hang indefinitely.The workaround was to
brew uninstall watchman
.Output from
ember version --verbose && npm --version
:The text was updated successfully, but these errors were encountered: