Advertisement
Guest User

Untitled

a guest
Jun 7th, 2018
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.40 KB | None | 0 0
  1. [Browsersync] Proxying: http://demo.test
  2.     [Browsersync] Access URLs:
  3.      --------------------------------------
  4.            Local: http://localhost:3000
  5.         External: http://192.168.1.109:3000
  6.      --------------------------------------
  7.               UI: http://localhost:3001
  8.      UI External: http://192.168.1.109:3001
  9.      --------------------------------------
  10.     [Browsersync] Watching files...
  11.     events.js:167
  12.           throw er; // Unhandled 'error' event
  13.           ^
  14.    
  15.     Error: ENOSPC: no space left on device, watch '/home/skiptyler/webpack-config/node_modules/date-fns/difference_in_iso_years'
  16.         at FSWatcher.start (fs.js:1407:26)
  17.         at Object.fs.watch (fs.js:1444:11)
  18.         at createFsWatchInstance (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:37:15)
  19.         at setFsWatchListener (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:80:15)
  20.         at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:228:14)
  21.         at FSWatcher.NodeFsHandler._handleDir (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:407:19)
  22.         at FSWatcher.<anonymous> (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:455:19)
  23.         at FSWatcher.<anonymous> (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:460:16)
  24.         at FSReqWrap.oncomplete (fs.js:183:5)
  25.     Emitted 'error' event at:
  26.         at FSWatcher._handleError (/home/skiptyler/webpack-config/node_modules/chokidar/index.js:257:10)
  27.         at createFsWatchInstance (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:39:5)
  28.         at setFsWatchListener (/home/skiptyler/webpack-config/node_modules/chokidar/lib/nodefs-handler.js:80:15)
  29.         [... lines matching original stack trace ...]
  30.         at FSReqWrap.oncomplete (fs.js:183:5)
  31.     npm ERR! code ELIFECYCLE
  32.     npm ERR! errno 1
  33.     npm ERR! Flights@1.0.0 dev: `webpack-dev-server --progress --mode development`
  34.     npm ERR! Exit status 1
  35.     npm ERR!
  36.     npm ERR! Failed at the Flights@1.0.0 dev script.
  37.     npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  38.    
  39.     npm ERR! A complete log of this run can be found in:
  40.     npm ERR!     /home/skiptyler/.npm/_logs/2018-06-07T08_29_29_986Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement