0👍
You ran out of watchers. Proper solution would be to find out why that happened, however you can simply raise available amount of watchers.
fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
or remove files that are watched but aren’t needed, for example some unused templates or assets.
You can find more options here:
Node.JS Error: ENOSPC
- [Vuejs]-Momentjs shows isValid true and console logs correct date and flashed correct .fromNow() but quickly changes to invalid date
- [Vuejs]-How to use Vue JS transition "inside" another transition?
Source:stackexchange.com