-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
gulp watch error (ENOSPC) #217
Comments
It looks like is related to the number of files you are watching. See http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc |
gaze problem open there |
And working again, without changing something... I was only watching 5 (rather small) files. |
in linux you fix this with the command: |
That actually works 😄 |
@cancerberoSgx cheers. context:
|
@cancerberoSgx thanks, it works. |
Thanks @cancerberoSgx . it's work. |
thanks ! @cancerberoSgx |
@cancerberoSgx Thanks man! it works! |
@cancerberoSgx Thanks! |
@cancerberoSgx Great! How did you know that? Thanks! |
@cancerberoSgx thank you :) |
@cancerberoSgx Thanks man! it works! |
@contra / @phated / @sindresorhus please could you lock this? Too much noise :( |
Since today my watch task is broken.
That's what I get:
My gulpfile.js:
My package.js:
Not sure if I somehow broke something... but it was working before :P
The text was updated successfully, but these errors were encountered: