-
Notifications
You must be signed in to change notification settings - Fork 757
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
Throw Error when used gulp.watch() #224
Comments
Same problem :( |
If on Ubuntu, running the following command might solve the problem: Reference: |
Yes @amoswachanga . I'm using this solution and work fine now. Thx! |
Thanks for the fix @amoswachanga |
Great it helped @mager and @AdsonCicilioti |
👊 |
events.js:72
throw er; // Unhandled 'error' event
^
Error: watch ENOSPC
at errnoException (fs.js:1024:11)
at FSWatcher.start (fs.js:1056:11)
at Object.fs.watch (fs.js:1081:11)
at Gaze._watchDir (/home/xxx/xxx/tools/gulp/node_modules/browser-sync/node_modules/glob-watcher/node_modules/gaze/lib/gaze.js:289:30)
The text was updated successfully, but these errors were encountered: