Be the first user to complete this post
|
Add to List |
Troubleshooting: Fatal error: watch ENOSPC on grunt watch
The Problem When running your nodejs application, if you have a file watcher, like grunt watch or webpack watch, sometimes you may get the following error message
Fatal error: watch ENOSPCThe reason is that there are probably too many files being watched by your user. The Resolution
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -pReference http://stackoverflow.com/a/17437601
Also Read:
- Error: can not find module 'underscore'
- Resolved - Error: Could not load the bindings file. Tried
- css: margin does not work
- Resolved - Error: listen eaccess using nodejs and pm2
- Making max width work in internet explorer