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:
- Failed to lookup view index.js in directory - krakenjs
- Resolved - Error: listen eaccess using nodejs and pm2
- Error: can not find module 'underscore'
- css: margin does not work