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

react-projects/redux-saga-beginner-tutorial/reducers.js ENOSPC #47

Open
sufian07 opened this issue Jul 20, 2018 · 1 comment
Open

react-projects/redux-saga-beginner-tutorial/reducers.js ENOSPC #47

sufian07 opened this issue Jul 20, 2018 · 1 comment

Comments

@sufian07
Copy link

sufian07 commented Jul 20, 2018

After cloning and installing repo when I run npm run I got

[0002] info  Server running at http://172.18.0.1:9966/ (connect)
[0002] info  LiveReload running on 35729
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: watch /home/sufian/PROJECTS/react-projects/redux-saga-beginner-tutorial/reducers.js ENOSPC
    at _errnoException (util.js:1022:11)
    at FSWatcher.start (fs.js:1382:19)
    at Object.fs.watch (fs.js:1408:11)
    at createFsWatchInstance (/home/sufian/PROJECTS/react-projects/redux-saga-beginner-tutorial/node_modules/chokidar/lib/nodefs-handler.js:37:15)
    at setFsWatchListener (/home/sufian/PROJECTS/react-projects/redux-saga-beginner-tutorial/node_modules/chokidar/lib/nodefs-handler.js:80:15)
    at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/sufian/PROJECTS/react-projects/redux-saga-beginner-tutorial/node_modules/chokidar/lib/nodefs-handler.js:228:14)
    at FSWatcher.NodeFsHandler._handleFile (/home/sufian/PROJECTS/react-projects/redux-saga-beginner-tutorial/node_modules/chokidar/lib/nodefs-handler.js:255:21)
    at FSWatcher.<anonymous> (/home/sufian/PROJECTS/react-projects/redux-saga-beginner-tutorial/node_modules/chokidar/lib/nodefs-handler.js:473:21)
    at FSReqWrap.oncomplete (fs.js:153:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `budo main.js:build.js --dir ./ --verbose  --live -- -t babelify`
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/sufian/.npm/_logs/2018-07-20T08_35_29_667Z-debug.log

what to do?

@nosplashurinal
Copy link

@sufian07 I was getting this error but when I closed my code editor (vscode), it worked fine.

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

2 participants