Well for some reason running the command mentioned by these articles fixed my issue:
http://stackoverflow.com/questions/16748737/grunt-watch-error-waiting-fatal-error-watch-enospc https://discourse.roots.io/t/gulp-watch-error-on-ubuntu-14-04-solved/3453/2
The command:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community