-
-
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
Can't start new app due to watch error #2549
Comments
Try the solution in this stackoverflow answer? More explanation here. |
You might have better luck installing watchman, |
@Timer tried installing watchman with npm, didn't help (my os is Ubuntu, not MacOS) @heyimalex it worked! thanks .. the second link was enough. The issue probably should stand, but I will close it as it is resolved for me personally.. |
Yah had the same problem here on Ubuntu 16.04. Thanks @heyimalex.
|
The solution by @heyimalex worked for me. react-scripts 1.0.10 |
@heyimalex thanks the solution has worked for me too |
Solution works, thanks. Yet, as the actual project files are but a few why would the system need to increase the number of watches. |
I think |
@gaearon I just encountered this error on a project, and I'm thinking it'd be great if CRA caught the ENOSPC error and linked to the "how to fix this" instructions, because just the stack trace is a bit poor on DX — I would do a patch, but I don't have familiarity with the CRA codebase |
This worked for me on linux. |
I second @mritzco -- we should ideally be able to blacklist certain directories from being watched. I would much rather just stop watching and rebuild after updating/changing dependencies than needlessly watch every single thing in my |
Thank you- @heyimalex worked for me. |
Work for me as well, OS Ubuntu
|
Thanks alot. It worked for me also |
When I run
npm start
oryarn start
on newly created app I get following error:Npm debug reads:
Environment
Ubuntu 17.04
react-scripts@1.0.7
node v7.4.0
npm 4.0.5
The text was updated successfully, but these errors were encountered: