-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
macOS Sierra (10.12) unable to run tests #991
Comments
I'm not sure if this helps, but can you try running |
@fson thanks for the tip, unfortunately this does not solve the issue...
EDIT: just found that installing watchman fixes an issue, from jestjs/jest#1767 |
It would be great if you could spend some time debugging what happens without watchman. Many people had and keep having this issue but nobody helped investigate it so far. |
I got this exact issue as well. I will try to do some investigation about this without relying on watchman. |
Following steps in facebook/react-native#9309 (comment) fixed the issue for me - after editing |
Closing in favor of #713. Let's keep sharing solutions there. |
I don't have watchman. Some comment in related issues suggested the problem is caused by the dependencies when your app grows larger. I tried this:
It works for me. |
After upgrading to sierra I've got the following error being thrown each time I run
npm test
So far unable to find any fixes, anyone?
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected): [email protected]node -v
: v6.9.1npm -v
: 3.10.8The text was updated successfully, but these errors were encountered: