Guest User

errors in ts files

a guest
Oct 5th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.50 KB | None | 0 0
  1. | | | +-- ini@1.3.4
  2. | | | `-- strip-json-comments@1.0.4
  3. | | +-- sort-keys@1.1.2
  4. | | | `-- is-plain-obj@1.1.0
  5. | | +-- string-template@1.0.0
  6. | | +-- strip-bom@2.0.0
  7. | | | `-- is-utf8@0.2.1
  8. | | +-- thenify@3.2.0
  9. | | +-- throat@3.0.0
  10. | | +-- touch@1.0.0
  11. | | | `-- nopt@1.0.10
  12. | | | `-- abbrev@1.0.9
  13. | | `-- zip-object@0.1.0
  14. | +-- update-notifier@1.0.2
  15. | | +-- boxen@0.6.0
  16. | | | +-- ansi-align@1.1.0
  17. | | | +-- camelcase@2.1.1
  18. | | | +-- cli-boxes@1.0.0
  19. | | | +-- filled-array@1.1.0
  20. | | | +-- string-width@1.0.2
  21. | | | | +-- code-point-at@1.0.1
  22. | | | | `-- is-fullwidth-code-point@1.0.0
  23. | | | `-- widest-line@1.0.0
  24. | | +-- is-npm@1.0.0
  25. | | +-- latest-version@2.0.0
  26. | | | `-- package-json@2.4.0
  27. | | | +-- got@5.6.0
  28. | | | | +-- create-error-class@3.0.2
  29. | | | | | `-- capture-stack-trace@1.0.0
  30. | | | | +-- duplexer2@0.1.4
  31. | | | | +-- is-redirect@1.0.0
  32. | | | | +-- is-retry-allowed@1.1.0
  33. | | | | +-- is-stream@1.1.0
  34. | | | | +-- lowercase-keys@1.0.0
  35. | | | | +-- node-status-codes@1.0.0
  36. | | | | +-- pinkie-promise@2.0.1
  37. | | | | | `-- pinkie@2.0.4
  38. | | | | +-- read-all-stream@3.1.0
  39. | | | | +-- timed-out@2.0.0
  40. | | | | +-- unzip-response@1.0.1
  41. | | | | `-- url-parse-lax@1.0.0
  42. | | | | `-- prepend-http@1.0.4
  43. | | | +-- registry-auth-token@3.0.1
  44. | | | +-- registry-url@3.1.0
  45. | | | `-- semver@5.3.0
  46. | | +-- lazy-req@1.1.0
  47. | | +-- semver-diff@2.1.0
  48. | | | `-- semver@5.3.0
  49. | | `-- xdg-basedir@2.0.0
  50. | | `-- os-homedir@1.0.2
  51. | +-- wordwrap@1.0.0
  52. | `-- xtend@4.0.1
  53. `-- zone.js@0.6.22
  54.  
  55. npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
  56. npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
  57. npm WARN CocoaowlCRM@0.0.2 No repository field.
  58. npm WARN CocoaowlCRM@0.0.2 No license field.
  59.  
  60. C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl>npm run build
  61.  
  62. > CocoaowlCRM@0.0.2 build C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl
  63. > npm run clean && npm run copy && npm run copytemplates && tsc
  64.  
  65.  
  66. > CocoaowlCRM@0.0.2 clean C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl
  67. > rimraf dist/
  68.  
  69.  
  70. > CocoaowlCRM@0.0.2 copy C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl
  71. > mkdirp dist && cp {index.html,styles.css,systemjs.config.js} dist/
  72.  
  73.  
  74. > CocoaowlCRM@0.0.2 copytemplates C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl
  75. > mkdirp dist/app && cp -R app/ dist/
  76.  
  77. app/dashboard/dashboard.component.ts(7,15): error TS2304: Cannot find name 'module'.
  78. app/login/login.component.ts(7,15): error TS2304: Cannot find name 'module'.
  79. node_modules/@angular/common/src/directives/ng_class.d.ts(46,34): error TS2304: Cannot find name 'Set'.
  80. node_modules/@angular/common/src/pipes/async_pipe.d.ts(39,38): error TS2304: Cannot find name 'Promise'.
  81. node_modules/@angular/compiler/src/compile_metadata.d.ts(347,20): error TS2304: Cannot find name 'Set'.
  82. node_modules/@angular/compiler/src/compile_metadata.d.ts(348,15): error TS2304: Cannot find name 'Set'.
  83. node_modules/@angular/compiler/src/directive_normalizer.d.ts(19,100): error TS2304: Cannot find name 'Promise'.
  84. node_modules/@angular/compiler/src/directive_normalizer.d.ts(21,74): error TS2304: Cannot find name 'Promise'.
  85. node_modules/@angular/compiler/src/offline_compiler.d.ts(15,26): error TS2304: Cannot find name 'Map'.
  86. node_modules/@angular/compiler/src/offline_compiler.d.ts(16,38): error TS2304: Cannot find name 'Map'.
  87. node_modules/@angular/compiler/src/offline_compiler.d.ts(31,124): error TS2304: Cannot find name 'Promise'.
  88. node_modules/@angular/compiler/src/output/output_ast.d.ts(424,63): error TS2304: Cannot find name 'Set'.
  89. node_modules/@angular/compiler/src/resource_loader.d.ts(13,23): error TS2304: Cannot find name 'Promise'.
  90. node_modules/@angular/compiler/src/runtime_compiler.d.ts(40,49): error TS2304: Cannot find name 'Promise'.
  91. node_modules/@angular/compiler/src/runtime_compiler.d.ts(42,65): error TS2304: Cannot find name 'Promise'.
  92. node_modules/@angular/compiler/src/template_parser/template_parser.d.ts(45,12): error TS2304: Cannot find name 'Set'.
  93. node_modules/@angular/compiler/src/util.d.ts(35,18): error TS2304: Cannot find name 'Promise'.
  94. node_modules/@angular/compiler/src/util.d.ts(36,46): error TS2304: Cannot find name 'Promise'.
  95. node_modules/@angular/compiler/src/view_compiler/compile_element.d.ts(33,16): error TS2304: Cannot find name 'Map'.
  96. node_modules/@angular/compiler/src/view_compiler/compile_query.d.ts(24,49): error TS2304: Cannot find name 'Map'.
  97. node_modules/@angular/compiler/src/view_compiler/compile_view.d.ts(29,18): error TS2304: Cannot find name 'Map'.
  98. node_modules/@angular/compiler/src/view_compiler/compile_view.d.ts(52,16): error TS2304: Cannot find name 'Map'.
  99. node_modules/@angular/compiler/src/view_compiler/compile_view.d.ts(54,13): error TS2304: Cannot find name 'Map'.
  100. node_modules/@angular/core/src/application_init.d.ts(16,18): error TS2304: Cannot find name 'Promise'.
  101. node_modules/@angular/core/src/application_ref.d.ts(106,67): error TS2304: Cannot find name 'Promise'.
  102. node_modules/@angular/core/src/application_ref.d.ts(122,101): error TS2304: Cannot find name 'Promise'.
  103. node_modules/@angular/core/src/application_ref.d.ts(148,67): error TS2304: Cannot find name 'Promise'.
  104. node_modules/@angular/core/src/application_ref.d.ts(150,101): error TS2304: Cannot find name 'Promise'.
  105. node_modules/@angular/core/src/change_detection/differs/default_keyvalue_differ.d.ts(24,15): error TS2304: Cannot find name 'Map'.
  106. node_modules/@angular/core/src/change_detection/differs/default_keyvalue_differ.d.ts(28,16): error TS2304: Cannot find name 'Map'.
  107. node_modules/@angular/core/src/di/reflective_provider.d.ts(88,123): error TS2304: Cannot find name 'Map'.
  108. node_modules/@angular/core/src/di/reflective_provider.d.ts(88,165): error TS2304: Cannot find name 'Map'.
  109. node_modules/@angular/core/src/facade/collection.d.ts(2,25): error TS2304: Cannot find name 'MapConstructor'.
  110. node_modules/@angular/core/src/facade/collection.d.ts(3,25): error TS2304: Cannot find name 'SetConstructor'.
  111. node_modules/@angular/core/src/facade/collection.d.ts(5,27): error TS2304: Cannot find name 'Map'.
  112. node_modules/@angular/core/src/facade/collection.d.ts(5,39): error TS2304: Cannot find name 'Map'.
  113. node_modules/@angular/core/src/facade/collection.d.ts(8,9): error TS2304: Cannot find name 'Map'.
  114. node_modules/@angular/core/src/facade/collection.d.ts(9,30): error TS2304: Cannot find name 'Map'.
  115. node_modules/@angular/core/src/facade/collection.d.ts(12,43): error TS2304: Cannot find name 'Map'.
  116. node_modules/@angular/core/src/facade/collection.d.ts(13,27): error TS2304: Cannot find name 'Map'.
  117. node_modules/@angular/core/src/facade/collection.d.ts(15,23): error TS2304: Cannot find name 'Map'.
  118. node_modules/@angular/core/src/facade/collection.d.ts(16,25): error TS2304: Cannot find name 'Map'.
  119. node_modules/@angular/core/src/facade/collection.d.ts(101,41): error TS2304: Cannot find name 'Set'.
  120. node_modules/@angular/core/src/facade/collection.d.ts(102,22): error TS2304: Cannot find name 'Set'.
  121. node_modules/@angular/core/src/facade/collection.d.ts(103,25): error TS2304: Cannot find name 'Set'.
  122. node_modules/@angular/core/src/facade/lang.d.ts(12,17): error TS2304: Cannot find name 'Map'.
  123. node_modules/@angular/core/src/facade/lang.d.ts(13,17): error TS2304: Cannot find name 'Set'.
  124. node_modules/@angular/core/src/facade/lang.d.ts(51,59): error TS2304: Cannot find name 'Map'.
  125. node_modules/@angular/core/src/linker/compiler.d.ts(53,49): error TS2304: Cannot find name 'Promise'.
  126. node_modules/@angular/core/src/linker/compiler.d.ts(61,65): error TS2304: Cannot find name 'Promise'.
  127. node_modules/@angular/core/src/linker/ng_module_factory_loader.d.ts(14,34): error TS2304: Cannot find name 'Promise'.
  128. node_modules/@angular/core/src/linker/system_js_ng_module_factory_loader.d.ts(28,25): error TS2304: Cannot find name 'Promise'.
  129. node_modules/@angular/core/testing/component_fixture.d.ts(73,19): error TS2304: Cannot find name 'Promise'.
  130. node_modules/@angular/core/testing/test_bed.d.ts(79,33): error TS2304: Cannot find name 'Promise'.
  131. node_modules/@angular/core/testing/test_bed.d.ts(128,26): error TS2304: Cannot find name 'Promise'.
  132. node_modules/@angular/http/src/headers.d.ts(45,59): error TS2304: Cannot find name 'Map'.
  133. node_modules/@angular/http/src/url_search_params.d.ts(46,16): error TS2304: Cannot find name 'Map'.
  134. node_modules/@angular/platform-browser-dynamic/src/resource_loader/resource_loader_impl.d.ts(10,23): error TS2304: Cannot find name 'Promise'.
  135. node_modules/@angular/platform-browser/src/browser/browser_adapter.d.ts(79,33): error TS2304: Cannot find name 'Map'.
  136. node_modules/@angular/platform-browser/src/dom/dom_adapter.d.ts(97,42): error TS2304: Cannot find name 'Map'.
  137. node_modules/@angular/platform-browser/src/dom/dom_renderer.d.ts(18,37): error TS2304: Cannot find name 'Map'.
  138. node_modules/@angular/platform-browser/src/facade/collection.d.ts(2,25): error TS2304: Cannot find name 'MapConstructor'.
  139. node_modules/@angular/platform-browser/src/facade/collection.d.ts(3,25): error TS2304: Cannot find name 'SetConstructor'.
  140. node_modules/@angular/platform-browser/src/facade/collection.d.ts(5,27): error TS2304: Cannot find name 'Map'.
  141. node_modules/@angular/platform-browser/src/facade/collection.d.ts(5,39): error TS2304: Cannot find name 'Map'.
  142. node_modules/@angular/platform-browser/src/facade/collection.d.ts(8,9): error TS2304: Cannot find name 'Map'.
  143. node_modules/@angular/platform-browser/src/facade/collection.d.ts(9,30): error TS2304: Cannot find name 'Map'.
  144. node_modules/@angular/platform-browser/src/facade/collection.d.ts(12,43): error TS2304: Cannot find name 'Map'.
  145. node_modules/@angular/platform-browser/src/facade/collection.d.ts(13,27): error TS2304: Cannot find name 'Map'.
  146. node_modules/@angular/platform-browser/src/facade/collection.d.ts(15,23): error TS2304: Cannot find name 'Map'.
  147. node_modules/@angular/platform-browser/src/facade/collection.d.ts(16,25): error TS2304: Cannot find name 'Map'.
  148. node_modules/@angular/platform-browser/src/facade/collection.d.ts(101,41): error TS2304: Cannot find name 'Set'.
  149. node_modules/@angular/platform-browser/src/facade/collection.d.ts(102,22): error TS2304: Cannot find name 'Set'.
  150. node_modules/@angular/platform-browser/src/facade/collection.d.ts(103,25): error TS2304: Cannot find name 'Set'.
  151. node_modules/@angular/router/src/config.d.ts(279,62): error TS2304: Cannot find name 'Promise'.
  152. node_modules/@angular/router/src/interfaces.d.ts(78,99): error TS2304: Cannot find name 'Promise'.
  153. node_modules/@angular/router/src/interfaces.d.ts(157,109): error TS2304: Cannot find name 'Promise'.
  154. node_modules/@angular/router/src/interfaces.d.ts(227,115): error TS2304: Cannot find name 'Promise'.
  155. node_modules/@angular/router/src/interfaces.d.ts(297,91): error TS2304: Cannot find name 'Promise'.
  156. node_modules/@angular/router/src/interfaces.d.ts(367,50): error TS2304: Cannot find name 'Promise'.
  157. node_modules/@angular/router/src/router.d.ts(386,70): error TS2304: Cannot find name 'Promise'.
  158. node_modules/@angular/router/src/router.d.ts(408,59): error TS2304: Cannot find name 'Promise'.
  159. node_modules/@angular/router/src/utils/collection.d.ts(35,58): error TS2304: Cannot find name 'Promise'.
  160. node_modules/rxjs/Observable.d.ts(10,66): error TS2304: Cannot find name 'Promise'.
  161. node_modules/rxjs/Observable.d.ts(66,60): error TS2304: Cannot find name 'Promise'.
  162. node_modules/rxjs/Observable.d.ts(66,70): error TS2304: Cannot find name 'Promise'.
  163. node_modules/rxjs/observable/PromiseObservable.d.ts(40,31): error TS2304: Cannot find name 'Promise'.
  164. node_modules/rxjs/observable/PromiseObservable.d.ts(41,26): error TS2304: Cannot find name 'Promise'.
  165. node_modules/rxjs/operator/toPromise.d.ts(7,59): error TS2304: Cannot find name 'Promise'.
  166. node_modules/rxjs/operator/toPromise.d.ts(7,69): error TS2304: Cannot find name 'Promise'.
  167. node_modules/rxjs/operator/toPromise.d.ts(9,9): error TS2304: Cannot find name 'Promise'.
  168. node_modules/rxjs/operator/toPromise.d.ts(10,26): error TS2304: Cannot find name 'Promise'.
  169. node_modules/rxjs/operator/toPromise.d.ts(10,36): error TS2304: Cannot find name 'Promise'.
  170. test/login/using-injector_test.ts(12,22): error TS2307: Cannot find module 'chai'.
  171. test/login/using-injector_test.ts(16,1): error TS2304: Cannot find name 'describe'.
  172. test/login/using-injector_test.ts(17,3): error TS2304: Cannot find name 'it'.
  173.  
  174. npm ERR! Windows_NT 10.0.14393
  175. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
  176. npm ERR! node v6.2.1
  177. npm ERR! npm v3.9.3
  178. npm ERR! code ELIFECYCLE
  179. npm ERR! CocoaowlCRM@0.0.2 build: `npm run clean && npm run copy && npm run copytemplates && tsc`
  180. npm ERR! Exit status 2
  181. npm ERR!
  182. npm ERR! Failed at the CocoaowlCRM@0.0.2 build script 'npm run clean && npm run copy && npm run copytemplates && tsc'.
  183. npm ERR! Make sure you have the latest version of node.js and npm installed.
  184. npm ERR! If you do, this is most likely a problem with the CocoaowlCRM package,
  185. npm ERR! not with npm itself.
  186. npm ERR! Tell the author that this fails on your system:
  187. npm ERR! npm run clean && npm run copy && npm run copytemplates && tsc
  188. npm ERR! You can get information on how to open an issue for this project with:
  189. npm ERR! npm bugs CocoaowlCRM
  190. npm ERR! Or if that isn't available, you can get their info via:
  191. npm ERR! npm owner ls CocoaowlCRM
  192. npm ERR! There is likely additional logging output above.
  193.  
  194. npm ERR! Please include the following file with any support request:
  195. npm ERR! C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl\npm-debug.log
  196.  
  197. C:\Users\ravit_2\git\cocoaowl_crm\src\main\webapp\cocoaowl>
Add Comment
Please, Sign In to add comment