-
-
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
npm test hangs for newly generated app #960
Comments
Sorry you're having issues. |
|
I reopened jestjs/jest#1767. |
Just chiming in for anyone running into this problem, I ran into this same issue. Uninstalling tl;dr try running |
Getting the same error, uninstalling then installing watchman with brew fixed the problem here. |
|
Hi guys I am experiencing this issue as well. Can i get some help on how to resolve this on windows 10? |
Can you please file a new issue with a reproducing example? I don’t think the known issues were reproducible on Windows, so this might be a different problem. |
Does create-react-app on OSX expect to have watchman installed? Should |
This is going to be fixed with amasad/sane#97. |
Closing in favor of #2639. |
For anyone having this problem on macOS, this is a workaround that allows you to run the tests once without the broken watcher:
|
Can you reproduce the problem with latest npm?
Yes.
Description
A newly generated app hangs indefinitely on
npm test
.Expected behavior
The
App.test.js
file test should run.Actual behavior
The test process hangs.
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected):[email protected] /Users/stephen/Developer/playground └── [email protected]
node -v
:v6.9.1
npm -v
:3.10.9
Then, specify:
Reproducible Demo
If need be I can attach a demo, though I assume I would need to recursively remove the .gitignores and commit the modules?
Steps to reproduce for me every time:
The text was updated successfully, but these errors were encountered: