Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ╭─alexey@alexey-Lenovo-B560 ~/projects/angular2-projectmanger
- ╰─➤ npm run lite 130 ↵
- > angular2-project-manager@0.0.1 lite /home/alexey/projects/angular2-projectmanger
- > lite-server
- Did not detect a `bs-config.json` or `bs-config.js` override file. Using lite-server defaults...
- ** browser-sync options **
- { injectChanges: false,
- files: [ './**/*.{html,htm,css,js}' ],
- server: { baseDir: './', middleware: [ [Function], [Function] ] } }
- [BS] 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
- --------------------------------------
- [BS] Serving files from: ./
- [BS] Watching files...
- 16.02.09 09:22:13 200 GET /index.html
- 16.02.09 09:22:14 304 GET /node_modules/es6-shim/es6-shim.min.js
- 16.02.09 09:22:14 304 GET /node_modules/rxjs/bundles/Rx.js
- 16.02.09 09:22:14 304 GET /node_modules/bootstrap/dist/css/bootstrap.min.css
- 16.02.09 09:22:14 200 GET /node_modules/systemjs/dist/system-polyfills.js
- 16.02.09 09:22:14 200 GET /node_modules/systemjs/dist/system.src.js
- 16.02.09 09:22:14 304 GET /node_modules/bootstrap/dist/js/bootstrap.min.js
- 16.02.09 09:22:14 200 GET /node_modules/angular2/bundles/angular2-polyfills.js
- 16.02.09 09:22:15 200 GET /node_modules/angular2/bundles/angular2.dev.js
- events.js:85
- throw er; // Unhandled 'error' event
- ^
- Error: watch ENOSPC
- at exports._errnoException (util.js:746:11)
- at FSWatcher.start (fs.js:1172:11)
- at Object.fs.watch (fs.js:1198:11)
- at createFsWatchInstance (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:37:15)
- at setFsWatchListener (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:80:15)
- at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:228:14)
- at FSWatcher.NodeFsHandler._handleFile (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:255:21)
- at FSWatcher.<anonymous> (/home/alexey/projects/angular2-projectmanger/node_modules/chokidar/lib/nodefs-handler.js:473:21)
- at FSReqWrap.oncomplete (fs.js:95:15)
- npm ERR! Linux 3.19.0-32-generic
- npm ERR! argv "node" "/usr/bin/npm" "run" "lite"
- npm ERR! node v0.12.9
- npm ERR! npm v3.7.2
- npm ERR! code ELIFECYCLE
- npm ERR! angular2-project-manager@0.0.1 lite: `lite-server`
- npm ERR! Exit status 1
- npm ERR!
- npm ERR! Failed at the angular2-project-manager@0.0.1 lite script 'lite-server'.
- npm ERR! Make sure you have the latest version of node.js and npm installed.
- npm ERR! If you do, this is most likely a problem with the angular2-project-manager package,
- npm ERR! not with npm itself.
- npm ERR! Tell the author that this fails on your system:
- npm ERR! lite-server
- npm ERR! You can get information on how to open an issue for this project with:
- npm ERR! npm bugs angular2-project-manager
- npm ERR! Or if that isn't available, you can get their info via:
- npm ERR! npm owner ls angular2-project-manager
- npm ERR! There is likely additional logging output above.
- npm ERR! Please include the following file with any support request:
- npm ERR! /home/alexey/projects/angular2-projectmanger/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement