You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution (as stated there by amoswachanga ) is to run the following cmd in a Terminal session:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
This resolved the issue for me.
The text was updated successfully, but these errors were encountered:
Gulp tasks throw error on Ubuntu, unable to proceed further.
Traced to issue here: BrowserSync/browser-sync#224
Solution (as stated there by amoswachanga ) is to run the following cmd in a Terminal session:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
This resolved the issue for me.
The text was updated successfully, but these errors were encountered: