Grunt Error in linux: Running "watch" task Waiting...Warning: watch ENOSPC

方法1、执行npm dedupe

方法2、ubuntu

  echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

  archlinux

  add fs.inotify.max_user_watches=524288 to /etc/sysctl.d/99-sysctl.conf and then execute sysctl --system

posted @ 2014-10-28 12:41  nzlov  阅读(1497)  评论(0编辑  收藏  举报