-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Can't run watchman service, run the project nor archive after upgrade to 0.39 #11281
Comments
I'm having the exact same problem. Nothing works. -- --
|
Things I have tried already:
Starting to think it's an OS issue. @antonysastre what's the version of your mac os? Is it Beta too? |
After some debugging, it's freezing when trying to run const detectWatcherClass = () => {
try {
execSync('watchman version', {stdio: 'ignore'});
return sane.WatchmanWatcher;
} catch (e) {}
return sane.NodeWatcher;
}; from file Yeah, is probably an OS issue. See facebook/watchman/issues/388 |
All right, here is the fix: Run: Solution from facebook/watchman#358 (comment) -- |
@brunolemos Awesome man, that fixed for me. I did suspect a watchman/OS related issue but wasn't able to track it down as far as you did. Thanks again! |
@brunolemos Awesome !!! it worked for me .... |
Good to know! 🙂 -- |
127.0.0.1 localhost |
Description
Can't run background service since upgrade to 0.39.
Running
npm start
freezes after this output:Running
react-native start
just freezes no output.Running from Xcode breaks with the following out put:
Trying to build the project with Xcode just freezes at Archiving.
Additional Information
Platform: iOS (haven't tried Android)
Operating System: MacOS
node: 7.1.0
npm: 3.10.9
react-native-cli: 1.2.0
react-native: 0.39.0
Xcode: 8.1 (8B62)
The text was updated successfully, but these errors were encountered: