Advertisement
Guest User

Ошибка

a guest
Feb 9th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. ╭─alexey@alexey-Lenovo-B560 ~/projects/angular2-projectmanger  
  2. ╰─➤  npm run lite                                                                                                   130
  3.  
  4. > angular2-project-manager@0.0.1 lite /home/alexey/projects/angular2-projectmanger
  5. > lite-server
  6.  
  7. Did not detect a `bs-config.json` or `bs-config.js` override file. Using lite-server defaults...
  8. ** browser-sync options **
  9. { injectChanges: false,
  10.   files: [ './**/*.{html,htm,css,js}' ],
  11.   server: { baseDir: './', middleware: [ [Function], [Function] ] } }
  12. [BS] Access URLs:
  13.  --------------------------------------
  14.        Local: http://localhost:3000
  15.     External: http://192.168.1.109:3000
  16.  --------------------------------------
  17.           UI: http://localhost:3001
  18.  UI External: http://192.168.1.109:3001
  19.  --------------------------------------
  20. [BS] Serving files from: ./
  21. [BS] Watching files...
  22. 16.02.09 09:22:13 200 GET /index.html
  23. 16.02.09 09:22:14 304 GET /node_modules/es6-shim/es6-shim.min.js
  24. 16.02.09 09:22:14 304 GET /node_modules/rxjs/bundles/Rx.js
  25. 16.02.09 09:22:14 304 GET /node_modules/bootstrap/dist/css/bootstrap.min.css
  26. 16.02.09 09:22:14 200 GET /node_modules/systemjs/dist/system-polyfills.js
  27. 16.02.09 09:22:14 200 GET /node_modules/systemjs/dist/system.src.js
  28. 16.02.09 09:22:14 304 GET /node_modules/bootstrap/dist/js/bootstrap.min.js
  29. 16.02.09 09:22:14 200 GET /node_modules/angular2/bundles/angular2-polyfills.js
  30. 16.02.09 09:22:15 200 GET /node_modules/angular2/bundles/angular2.dev.js
  31. events.js:85
  32.       throw er; // Unhandled 'error' event
  33.             ^
  34. Error: watch ENOSPC
  35.     at exports._errnoException (util.js:746:11)
  36.     at FSWatcher.start (fs.js:1172:11)
  37.     at Object.fs.watch (fs.js:1198:11)
  38.     at createFsWatchInstance (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:37:15)
  39.     at setFsWatchListener (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:80:15)
  40.     at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:228:14)
  41.     at FSWatcher.NodeFsHandler._handleFile (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:255:21)
  42.     at FSWatcher.<anonymous> (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:473:21)
  43.     at FSReqWrap.oncomplete (fs.js:95:15)
  44.  
  45. npm ERR! Linux 3.19.0-32-generic
  46. npm ERR! argv "node" "/usr/bin/npm" "run" "lite"
  47. npm ERR! node v0.12.9
  48. npm ERR! npm  v3.7.2
  49. npm ERR! code ELIFECYCLE
  50. npm ERR! angular2-project-manager@0.0.1 lite: `lite-server`
  51. npm ERR! Exit status 1
  52. npm ERR!
  53. npm ERR! Failed at the angular2-project-manager@0.0.1 lite script 'lite-server'.
  54. npm ERR! Make sure you have the latest version of node.js and npm installed.
  55. npm ERR! If you do, this is most likely a problem with the angular2-project-manager package,
  56. npm ERR! not with npm itself.
  57. npm ERR! Tell the author that this fails on your system:
  58. npm ERR!     lite-server
  59. npm ERR! You can get information on how to open an issue for this project with:
  60. npm ERR!     npm bugs angular2-project-manager
  61. npm ERR! Or if that isn't available, you can get their info via:
  62. npm ERR!     npm owner ls angular2-project-manager
  63. npm ERR! There is likely additional logging output above.
  64.  
  65. npm ERR! Please include the following file with any support request:
  66. npm ERR!     /home/alexey/projects/angular2-projectmanger/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement