gulp watch error ENOSPC

in linux you fix this with the command:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

原文地址:https://www.cnblogs.com/a-flydog/p/5984000.html