Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Browsersync] Proxying: http://demo.test
- [Browsersync] Access URLs:
- --------------------------------------
- Local: http://localhost:3000
- External: http://192.168.1.109:3000
- --------------------------------------
- UI: http://localhost:3001
- UI External: http://192.168.1.109:3001
- --------------------------------------
- [Browsersync] Watching files...
- events.js:167
- throw er; // Unhandled 'error' event
- ^
- Error: ENOSPC: no space left on device, watch '/home/skiptyler/webpack-config/node_modules/date-fns/difference_in_iso_years'
- at FSWatcher.start (fs.js:1407:26)
- at Object.fs.watch (fs.js:1444:11)
- at createFsWatchInstance (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:37:15)
- at setFsWatchListener (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:80:15)
- at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:228:14)
- at FSWatcher.NodeFsHandler._handleDir (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:407:19)
- at FSWatcher.<anonymous> (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:455:19)
- at FSWatcher.<anonymous> (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:460:16)
- at FSReqWrap.oncomplete (fs.js:183:5)
- Emitted 'error' event at:
- at FSWatcher._handleError (/home/skiptyler/webpack-config/node_modules/chokidar/index.js:257:10)
- at createFsWatchInstance (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:39:5)
- at setFsWatchListener (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:80:15)
- [... lines matching original stack trace ...]
- at FSReqWrap.oncomplete (fs.js:183:5)
- npm ERR! code ELIFECYCLE
- npm ERR! errno 1
- npm ERR! Flights@1.0.0 dev: `webpack-dev-server --progress --mode development`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the Flights@1.0.0 dev 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/skiptyler/.npm/_logs/2018-06-07T08_29_29_986Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement