Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run start fails on Debian 9 #34

Open
ylacaute opened this issue Jul 29, 2017 · 0 comments
Open

npm run start fails on Debian 9 #34

ylacaute opened this issue Jul 29, 2017 · 0 comments

Comments

@ylacaute
Copy link

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

[email protected] start /home/epi/prog/react/ultimate-hot-reloading-example
babel-node server.js

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant