首页 > 技术文章 > Grunt Error in linux: Running "watch" task Waiting...Warning: watch ENOSPC

ekaiser 2014-10-28 12:41 原文

方法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

推荐阅读