Guest User

Untitled

a guest
Dec 30th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. npm start
  2.  
  3. > angular2-quickstart@1.0.0 start /home/david/repo/angular2-toodeloo
  4. > concurrent "npm run tsc:w" "npm run lite"
  5.  
  6. [0]
  7. [0] > angular2-quickstart@1.0.0 tsc:w /home/david/repo/angular2-toodeloo
  8. [0] > tsc -w
  9. [0]
  10. [1]
  11. [1] > angular2-quickstart@1.0.0 lite /home/david/repo/angular2-toodeloo
  12. [1] > lite-server
  13. [1]
  14. [1] [BS] Access URLs:
  15. [1] -----------------------------------
  16. [1] Local: http://localhost:3000
  17. [1] External: http://10.0.0.198:3000
  18. [1] -----------------------------------
  19. [1] UI: http://localhost:3001
  20. [1] UI External: http://10.0.0.198:3001
  21. [1] -----------------------------------
  22. [1] [BS] Serving files from: ./
  23. [1] [BS] Watching files...
  24. [1] 15.12.30 11:23:49 304 GET /./index.html (Unknown - 140ms)
  25. [1] 15.12.30 11:23:49 304 GET /node_modules/angular2/bundles/angular2-polyfills.js (Unknown - 95ms)
  26. [1] 15.12.30 11:23:49 304 GET /node_modules/systemjs/dist/system.src.js (Unknown - 96ms)
  27. [1] 15.12.30 11:23:49 304 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 90ms)
  28. [1] 15.12.30 11:23:49 304 GET /node_modules/angular2/bundles/angular2.dev.js (Unknown - 35ms)
  29. [0] node_modules/angular2/typings/angular-protractor/angular-protractor.d.ts(1679,13): error TS2403: Subsequent variable declarations must have the same type. Variable '$' must be of type 'JQueryStatic', but here has type 'cssSelectorHelper'.
  30. [0] 11:23:50 AM - Compilation complete. Watching for file changes.
  31. [1] 15.12.30 11:23:51 304 GET /app/boot.js (Unknown - 323ms)
  32. [1] [BS] File changed: app/app.component.js
  33. [1] [BS] File changed: app/boot.js
  34. [1] 15.12.30 11:23:51 304 GET /./index.html (Unknown - 16ms)
  35. [1] 15.12.30 11:23:51 304 GET /node_modules/angular2/bundles/angular2-polyfills.js (Unknown - 17ms)
  36. [1] 15.12.30 11:23:51 304 GET /node_modules/systemjs/dist/system.src.js (Unknown - 18ms)
  37. [1] 15.12.30 11:23:51 304 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 20ms)
  38. [1] 15.12.30 11:23:51 304 GET /node_modules/angular2/bundles/angular2.dev.js (Unknown - 21ms)
  39. [1] 15.12.30 11:23:51 200 GET /app/boot.js (Unknown - 185ms)
  40. [1] 15.12.30 11:23:52 200 GET /app/app.component.js (Unknown - 96ms)
  41. [1] 15.12.30 11:23:52 200 GET /app/app.component.js (Unknown - 84ms)
  42. [1] 15.12.30 11:23:53 404 GET /favicon.ico (Unknown - 286ms)
  43. [1] events.js:141
  44. [1] throw er; // Unhandled 'error' event
  45. [1] ^
  46. [1]
  47. [1] Error: watch node_modules/angular2/es6/dev/examples/core/ts/bootstrap/bootstrap.js ENOSPC
  48. [1] at exports._errnoException (util.js:855:11)
  49. [1] at FSWatcher.start (fs.js:1313:19)
  50. [1] at Object.fs.watch (fs.js:1341:11)
  51. [1] at createFsWatchInstance (/home/david/repo/angular2-toodeloo/node_modules/chokidar/lib/nodefs-handler.js:37:15)
  52. [1] at setFsWatchListener (/home/david/repo/angular2-toodeloo/node_modules/chokidar/lib/nodefs-handler.js:80:15)
  53. [1] at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/david/repo/angular2-toodeloo/node_modules/chokidar/lib/nodefs-handler.js:228:14)
  54. [1] at FSWatcher.NodeFsHandler._handleFile (/home/david/repo/angular2-toodeloo/node_modules/chokidar/lib/nodefs-handler.js:255:21)
  55. [1] at FSWatcher.<anonymous> (/home/david/repo/angular2-toodeloo/node_modules/chokidar/lib/nodefs-handler.js:473:21)
  56. [1] at FSReqWrap.oncomplete (fs.js:82:15)
  57. [1]
  58. [1] npm
  59. [1]
  60. [1] ERR!
  61. [1] Linux 3.16.0-4-amd64
  62. [1] npm
  63. [1]
  64. [1] ERR!
  65. [1]
  66. [1] argv
  67. [1] "/usr/bin/nodejs" "/usr/bin/npm" "run" "lite"
  68. [1] npm
  69. [1]
  70. [1] ERR!
  71. [1]
  72. [1] node
  73. [1] v5.3.0
  74. [1] npm
  75. [1]
  76. [1] ERR!
  77. [1]
  78. [1] npm
  79. [1] v3.3.12
  80. [1] npm
  81. [1]
  82. [1] ERR!
  83. [1]
  84. [1] code
  85. [1] ELIFECYCLE
  86. [1] npm
  87. [1]
  88. [1] ERR!
  89. [1] angular2-quickstart@1.0.0 lite: `lite-server`
  90. [1] npm
  91. [1]
  92. [1] ERR!
  93. [1] Exit status 1
  94. [1] npm
  95. [1]
  96. [1] ERR!
  97. [1]
  98. [1] npm ERR! Failed at the angular2-quickstart@1.0.0 lite script 'lite-server'.
  99. [1] npm ERR! Make sure you have the latest version of node.js and npm installed.
  100. [1] npm ERR! If you do, this is most likely a problem with the angular2-quickstart package,
  101. [1] npm ERR! not with npm itself.
  102. [1] npm ERR! Tell the author that this fails on your system:
  103. [1] npm ERR! lite-server
  104. [1] npm ERR! You can get their info via:
  105. [1] npm ERR! npm owner ls angular2-quickstart
  106. [1] npm ERR! There is likely additional logging output above.
  107. [1]
  108. [1] npm
  109. [1]
  110. [1] ERR!
  111. [1] Please include the following file with any support request:
  112. [1] npm
  113. [1]
  114. [1] ERR!
  115. [1] /home/david/repo/angular2-toodeloo/npm-debug.log
  116. [1] npm run lite exited with code 1
Add Comment
Please, Sign In to add comment