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
Error: watch server ENOSPC
at exports._errnoException (util.js:1024:11)
at FSWatcher.start (fs.js:1382:19)
at Object.fs.watch (fs.js:1408:11)
at createFsWatchInstance (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:37:15)
at setFsWatchListener (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:80:15)
at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:228:14)
at FSWatcher.NodeFsHandler._handleDir (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:407:19)
at FSWatcher. (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:455:19)
at FSWatcher. (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:460:16)
at FSReqWrap.oncomplete (fs.js:153:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: babel-node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/epi/.npm/_logs/2017-07-29T09_38_19_500Z-debug.log
The text was updated successfully, but these errors were encountered:
Hi, I cloned your project, install libs, run start and I have the error below.
OS : Debian 9
NPM : 5.3.0
NODE : v6.11.1
Any idea ?
$ npm run start
events.js:182
throw er; // Unhandled 'error' event
^
Error: watch server ENOSPC
at exports._errnoException (util.js:1024:11)
at FSWatcher.start (fs.js:1382:19)
at Object.fs.watch (fs.js:1408:11)
at createFsWatchInstance (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:37:15)
at setFsWatchListener (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:80:15)
at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:228:14)
at FSWatcher.NodeFsHandler._handleDir (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:407:19)
at FSWatcher. (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:455:19)
at FSWatcher. (/home/epi/prog/react/ultimate-hot-reloading-example/node_modules/chokidar/lib/nodefs-handler.js:460:16)
at FSReqWrap.oncomplete (fs.js:153:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start:
babel-node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/epi/.npm/_logs/2017-07-29T09_38_19_500Z-debug.log
The text was updated successfully, but these errors were encountered: