Advertisement
Guest User

Untitled

a guest
Sep 7th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.10 KB | None | 0 0
  1. jaredali@jareds-mbp /Users/Shared/code/eco-ui (develop●●●)$ npm install [ruby-2.0.0p648]
  2.  
  3. > project-eco@0.0.0 postinstall /Users/Shared/code/eco-ui
  4. > npm run pallet-install
  5.  
  6.  
  7. > project-eco@0.0.0 pallet-install /Users/Shared/code/eco-ui
  8. > rm -rf pallet && git clone ssh://git@bitbucket.agile.bns:7999/df/pallet.git
  9.  
  10. Cloning into 'pallet'...
  11. remote: Counting objects: 566, done.
  12. remote: Compressing objects: 100% (528/528), done.
  13. remote: Total 566 (delta 261), reused 0 (delta 0)
  14. Receiving objects: 100% (566/566), 188.63 KiB | 0 bytes/s, done.
  15. Resolving deltas: 100% (261/261), done.
  16. Checking connectivity... done.
  17. project-eco@0.0.0 /Users/Shared/code/eco-ui
  18. ├─┬ typedoc@0.4.5
  19. │ └── typescript@1.8.10
  20. └── typescript@2.0.0
  21.  
  22. npm WARN project-eco@0.0.0 No repository field.
  23. jaredali@jareds-mbp /Users/Shared/code/eco-ui (develop●●●)$ npm run e2e [ruby-2.0.0p648]
  24.  
  25. > project-eco@0.0.0 e2e /Users/Shared/code/eco-ui
  26. > npm run tsc-e2e && protractor src/e2e/conf.js
  27.  
  28.  
  29. > project-eco@0.0.0 tsc-e2e /Users/Shared/code/eco-ui
  30. > tsc -p src/e2e
  31.  
  32. node_modules/@types/jasmine/index.d.ts(73,9): error TS2375: Duplicate number index signature.
  33. node_modules/@types/jasmine/index.d.ts(127,9): error TS2374: Duplicate string index signature.
  34. node_modules/@types/node/index.d.ts(99,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  35. node_modules/@types/node/index.d.ts(107,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'Buffer' must be of type '{ new (str: string, encoding?: string): Buffer; new (size: number): Buffer; new (array: Uint8Arra...', but here has type '{ new (str: string, encoding?: string): Buffer; new (size: number): Buffer; new (array: Uint8Arra...'.
  36. node_modules/@types/node/index.d.ts(355,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'versions' must be of type '{ http_parser: string; node: string; v8: string; ares: string; uv: string; zlib: string; openssl:...', but here has type 'ProcessVersions'.
  37. node_modules/@types/node/index.d.ts(544,26): error TS2300: Duplicate identifier 'Buffer'.
  38. node_modules/@types/node/index.d.ts(544,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  39. node_modules/@types/node/index.d.ts(565,18): error TS2300: Duplicate identifier 'EventEmitter'.
  40. node_modules/@types/node/index.d.ts(724,18): error TS2300: Duplicate identifier 'Agent'.
  41. node_modules/@types/node/index.d.ts(769,18): error TS2300: Duplicate identifier 'Worker'.
  42. node_modules/@types/node/index.d.ts(934,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'SNICallback' must be of type '(servername: string) => any', but here has type '(servername: string, cb: (err: Error, ctx: SecureContext) => any) => any'.
  43. node_modules/@types/node/index.d.ts(962,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'Agent' must be of type 'new (options?: RequestOptions) => Agent', but here has type 'new (options?: AgentOptions) => Agent'.
  44. node_modules/@types/node/index.d.ts(1070,18): error TS2300: Duplicate identifier 'Script'.
  45. node_modules/@types/node/index.d.ts(1861,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'StringDecoder' must be of type 'new (encoding: string) => NodeStringDecoder', but here has type 'new (encoding?: string) => NodeStringDecoder'.
  46. node_modules/@types/node/index.d.ts(2028,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'SNICallback' must be of type '(servername: string) => any', but here has type '(servername: string, cb: (err: Error, ctx: SecureContext) => any) => any'.
  47. node_modules/@types/node/index.d.ts(2035,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'pfx' must be of type 'any', but here has type 'string | Buffer'.
  48. node_modules/@types/node/index.d.ts(2036,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'key' must be of type 'any', but here has type 'string | Buffer'.
  49. node_modules/@types/node/index.d.ts(2038,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'cert' must be of type 'any', but here has type 'string | Buffer'.
  50. node_modules/@types/node/index.d.ts(2039,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'ca' must be of type 'any', but here has type '(string | Buffer)[]'.
  51. node_modules/@types/node/index.d.ts(2041,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'NPNProtocols' must be of type 'any', but here has type '(string | Buffer)[]'.
  52. node_modules/@types/node/index.d.ts(2080,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'pfx' must be of type 'any', but here has type 'string | Buffer'.
  53. node_modules/@types/node/index.d.ts(2081,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'key' must be of type 'any', but here has type 'string | Buffer'.
  54. node_modules/@types/node/index.d.ts(2083,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'cert' must be of type 'any', but here has type 'string | Buffer'.
  55. node_modules/@types/node/index.d.ts(2084,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'ca' must be of type 'any', but here has type 'string | Buffer'.
  56. node_modules/@types/node/index.d.ts(2085,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'crl' must be of type 'any', but here has type 'string | string[]'.
  57. node_modules/@types/node/index.d.ts(2108,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'ca' must be of type 'any', but here has type 'string | string[]'.
  58. node_modules/@types/node/index.d.ts(2109,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'crl' must be of type 'any', but here has type 'string | string[]'.
  59. node_modules/@types/node/index.d.ts(2203,18): error TS2300: Duplicate identifier 'Stream'.
  60. node_modules/@types/node/index.d.ts(2214,18): error TS2300: Duplicate identifier 'Readable'.
  61. node_modules/@types/node/index.d.ts(2214,18): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  62. Types of property 'pause' are incompatible.
  63. Type '() => Readable' is not assignable to type '{ (): void; (): ReadableStream; }'.
  64. Type 'Readable' is not assignable to type 'ReadableStream'.
  65. Types of property 'pause' are incompatible.
  66. Type '() => void' is not assignable to type '{ (): void; (): ReadableStream; }'.
  67. Type 'void' is not assignable to type 'ReadableStream'.
  68. node_modules/@types/node/index.d.ts(2237,18): error TS2300: Duplicate identifier 'Writable'.
  69. node_modules/@types/node/index.d.ts(2255,18): error TS2300: Duplicate identifier 'Duplex'.
  70. node_modules/@types/node/index.d.ts(2255,18): error TS2420: Class 'Duplex' incorrectly implements interface 'ReadWriteStream'.
  71. Types of property 'pause' are incompatible.
  72. Type '() => Duplex' is not assignable to type '() => ReadWriteStream'.
  73. Type 'Duplex' is not assignable to type 'ReadWriteStream'.
  74. Types of property 'pause' are incompatible.
  75. Type '() => void' is not assignable to type '() => ReadWriteStream'.
  76. node_modules/@types/node/index.d.ts(2276,18): error TS2300: Duplicate identifier 'Transform'.
  77. node_modules/@types/node/index.d.ts(2276,18): error TS2420: Class 'Transform' incorrectly implements interface 'ReadWriteStream'.
  78. Types of property 'pause' are incompatible.
  79. Type '() => Transform' is not assignable to type '() => ReadWriteStream'.
  80. Type 'Transform' is not assignable to type 'ReadWriteStream'.
  81. Types of property 'pause' are incompatible.
  82. Type '() => void' is not assignable to type '() => ReadWriteStream'.
  83. node_modules/@types/node/index.d.ts(2298,18): error TS2300: Duplicate identifier 'PassThrough'.
  84. node_modules/@types/node/index.d.ts(2369,5): error TS2300: Duplicate identifier 'export='.
  85. node_modules/@types/node/index.d.ts(2391,18): error TS2300: Duplicate identifier 'Domain'.
  86. typings/globals/node/index.d.ts(74,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  87. typings/globals/node/index.d.ts(475,9): error TS2502: 'BuffType' is referenced directly or indirectly in its own type annotation.
  88. typings/globals/node/index.d.ts(476,9): error TS2502: 'SlowBuffType' is referenced directly or indirectly in its own type annotation.
  89. typings/globals/node/index.d.ts(477,26): error TS2300: Duplicate identifier 'Buffer'.
  90. typings/globals/node/index.d.ts(477,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  91. typings/globals/node/index.d.ts(498,18): error TS2300: Duplicate identifier 'EventEmitter'.
  92. typings/globals/node/index.d.ts(651,18): error TS2300: Duplicate identifier 'Agent'.
  93. typings/globals/node/index.d.ts(696,18): error TS2300: Duplicate identifier 'Worker'.
  94. typings/globals/node/index.d.ts(988,18): error TS2300: Duplicate identifier 'Script'.
  95. typings/globals/node/index.d.ts(1958,18): error TS2300: Duplicate identifier 'Stream'.
  96. typings/globals/node/index.d.ts(1968,18): error TS2300: Duplicate identifier 'Readable'.
  97. typings/globals/node/index.d.ts(1968,18): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  98. Types of property 'pause' are incompatible.
  99. Type '() => void' is not assignable to type '{ (): void; (): ReadableStream; }'.
  100. Type 'void' is not assignable to type 'ReadableStream'.
  101. typings/globals/node/index.d.ts(1989,18): error TS2300: Duplicate identifier 'Writable'.
  102. typings/globals/node/index.d.ts(2005,18): error TS2300: Duplicate identifier 'Duplex'.
  103. typings/globals/node/index.d.ts(2005,18): error TS2420: Class 'Duplex' incorrectly implements interface 'ReadWriteStream'.
  104. Types of property 'pause' are incompatible.
  105. Type '() => void' is not assignable to type '() => ReadWriteStream'.
  106. Type 'void' is not assignable to type 'ReadWriteStream'.
  107. typings/globals/node/index.d.ts(2019,18): error TS2300: Duplicate identifier 'Transform'.
  108. typings/globals/node/index.d.ts(2019,18): error TS2420: Class 'Transform' incorrectly implements interface 'ReadWriteStream'.
  109. Types of property 'pause' are incompatible.
  110. Type '() => void' is not assignable to type '() => ReadWriteStream'.
  111. Type 'void' is not assignable to type 'ReadWriteStream'.
  112. typings/globals/node/index.d.ts(2041,18): error TS2300: Duplicate identifier 'PassThrough'.
  113. typings/globals/node/index.d.ts(2110,5): error TS2300: Duplicate identifier 'export='.
  114. typings/globals/node/index.d.ts(2132,18): error TS2300: Duplicate identifier 'Domain'.
  115.  
  116. npm ERR! Darwin 15.6.0
  117. npm ERR! argv "/Users/jaredali/.nvm/versions/node/v6.4.0/bin/node" "/Users/jaredali/.nvm/versions/node/v6.4.0/bin/npm" "run" "tsc-e2e"
  118. npm ERR! node v6.4.0
  119. npm ERR! npm v3.10.3
  120. npm ERR! code ELIFECYCLE
  121. npm ERR! project-eco@0.0.0 tsc-e2e: `tsc -p src/e2e`
  122. npm ERR! Exit status 2
  123. npm ERR!
  124. npm ERR! Failed at the project-eco@0.0.0 tsc-e2e script 'tsc -p src/e2e'.
  125. npm ERR! Make sure you have the latest version of node.js and npm installed.
  126. npm ERR! If you do, this is most likely a problem with the project-eco package,
  127. npm ERR! not with npm itself.
  128. npm ERR! Tell the author that this fails on your system:
  129. npm ERR! tsc -p src/e2e
  130. npm ERR! You can get information on how to open an issue for this project with:
  131. npm ERR! npm bugs project-eco
  132. npm ERR! Or if that isn't available, you can get their info via:
  133. npm ERR! npm owner ls project-eco
  134. npm ERR! There is likely additional logging output above.
  135.  
  136. npm ERR! Please include the following file with any support request:
  137. npm ERR! /Users/Shared/code/eco-ui/npm-debug.log
  138.  
  139. npm ERR! Darwin 15.6.0
  140. npm ERR! argv "/Users/jaredali/.nvm/versions/node/v6.4.0/bin/node" "/Users/jaredali/.nvm/versions/node/v6.4.0/bin/npm" "run" "e2e"
  141. npm ERR! node v6.4.0
  142. npm ERR! npm v3.10.3
  143. npm ERR! code ELIFECYCLE
  144. npm ERR! project-eco@0.0.0 e2e: `npm run tsc-e2e && protractor src/e2e/conf.js`
  145. npm ERR! Exit status 1
  146. npm ERR!
  147. npm ERR! Failed at the project-eco@0.0.0 e2e script 'npm run tsc-e2e && protractor src/e2e/conf.js'.
  148. npm ERR! Make sure you have the latest version of node.js and npm installed.
  149. npm ERR! If you do, this is most likely a problem with the project-eco package,
  150. npm ERR! not with npm itself.
  151. npm ERR! Tell the author that this fails on your system:
  152. npm ERR! npm run tsc-e2e && protractor src/e2e/conf.js
  153. npm ERR! You can get information on how to open an issue for this project with:
  154. npm ERR! npm bugs project-eco
  155. npm ERR! Or if that isn't available, you can get their info via:
  156. npm ERR! npm owner ls project-eco
  157. npm ERR! There is likely additional logging output above.
  158.  
  159. npm ERR! Please include the following file with any support request:
  160. npm ERR! /Users/Shared/code/eco-ui/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement