Tag: fswatch

NodeJs fs.watch / FSWatcher错误

你好我使用以下, Ubuntu 17.04 Node:v6.11.2 NPM:v3.10.10 在安装我的项目依赖关系时,我得到了安装fsevents的警告( 这个错误 ,我忽略了,我用Gulp来运行这个项目。 我得到以下错误, events.js:160 throw er; // Unhandled 'error' event ^ Error: watch /media/app/modules/services/auth/ ENOSPC at exports._errnoException (util.js:1020:11) at FSWatcher.start (fs.js:1443:19) at Object.fs.watch (fs.js:1470:11) at Gaze._watchDir (/media/node_modules/gaze/lib/gaze.js:289:30) at /media/node_modules/gaze/lib/gaze.js:358:10 at iterate (/media/node_modules/gaze/lib/helper.js:52:5) at /media/node_modules/gaze/lib/helper.js:61:11 at /media/node_modules/gaze/lib/gaze.js:420:5 at iterate (/media/node_modules/gaze/lib/helper.js:52:5) at /media/node_modules/gaze/lib/helper.js:61:11 at /media/node_modules/gaze/lib/gaze.js:420:5 at iterate (/media/node_modules/gaze/lib/helper.js:52:5) at /media/node_modules/gaze/lib/helper.js:61:11 at […]