Guest User

Untitled

a guest
Oct 26th, 2017
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.05 KB | None | 0 0
  1. npm run build ‹6.11.0› ‹3.5.2› [22:46:00]
  2.  
  3. > electron-fission@0.2.4 build /Users/ahmedabdalla/Code/opensource/electron-fission-npm
  4. > tsc
  5.  
  6. node_modules/@types/node/index.d.ts(106,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'extensions' must be of type 'any', but here has type 'NodeExtensions'.
  7. node_modules/@types/node/index.d.ts(145,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  8. node_modules/@types/node/index.d.ts(153,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'Buffer' must be of type '{ new (str: string, encoding?: string | undefined): Buffer; new (size: number): Buffer; new (arra...', but here has type '{ new (str: string, encoding?: string | undefined): Buffer; new (size: number): Buffer; new (arra...'.
  9. node_modules/@types/node/index.d.ts(320,18): error TS2300: Duplicate identifier 'EventEmitter'.
  10. node_modules/@types/node/index.d.ts(402,10): error TS2300: Duplicate identifier 'Platform'.
  11. node_modules/@types/node/index.d.ts(459,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stdout' must be of type 'WritableStream', but here has type 'WriteStream'.
  12. node_modules/@types/node/index.d.ts(460,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stderr' must be of type 'WritableStream', but here has type 'WriteStream'.
  13. node_modules/@types/node/index.d.ts(461,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stdin' must be of type 'ReadableStream', but here has type 'ReadStream'.
  14. node_modules/@types/node/index.d.ts(471,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'env' must be of type 'any', but here has type 'ProcessEnv'.
  15. node_modules/@types/node/index.d.ts(786,26): error TS2300: Duplicate identifier 'Buffer'.
  16. node_modules/@types/node/index.d.ts(786,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  17. node_modules/@types/node/index.d.ts(830,5): error TS2300: Duplicate identifier 'export='.
  18. node_modules/@types/node/index.d.ts(911,18): error TS2415: Class 'ServerResponse' incorrectly extends base class 'OutgoingMessage'.
  19. node_modules/@types/node/index.d.ts(948,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'headers' must be of type 'any', but here has type 'IncomingHttpHeaders'.
  20. node_modules/@types/node/index.d.ts(950,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'trailers' must be of type 'any', but here has type '{ [key: string]: string | undefined; }'.
  21. node_modules/@types/node/index.d.ts(951,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'rawTrailers' must be of type 'any', but here has type 'string[]'.
  22. node_modules/@types/node/index.d.ts(998,18): error TS2300: Duplicate identifier 'Agent'.
  23. node_modules/@types/node/index.d.ts(1016,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'STATUS_CODES' must be of type '{ [errorCode: string]: string; [errorCode: number]: string; }', but here has type '{ [errorCode: string]: string | undefined; [errorCode: number]: string | undefined; }'.
  24. node_modules/@types/node/index.d.ts(1061,18): error TS2300: Duplicate identifier 'Worker'.
  25. node_modules/@types/node/index.d.ts(1140,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'worker' must be of type 'Worker', but here has type 'Worker | undefined'.
  26. node_modules/@types/node/index.d.ts(1140,9): error TS2687: All declarations of 'worker' must have identical modifiers.
  27. node_modules/@types/node/index.d.ts(1141,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'workers' must be of type '{ [index: string]: Worker; }', but here has type '{ [index: string]: Worker | undefined; } | undefined'.
  28. node_modules/@types/node/index.d.ts(1141,9): error TS2687: All declarations of 'workers' must have identical modifiers.
  29. node_modules/@types/node/index.d.ts(1218,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'workers' must be of type '{ [index: string]: Worker; }', but here has type '{ [index: string]: Worker | undefined; }'.
  30. node_modules/@types/node/index.d.ts(1351,22): error TS2451: Cannot redeclare block-scoped variable 'Z_NO_FLUSH'.
  31. node_modules/@types/node/index.d.ts(1352,22): error TS2451: Cannot redeclare block-scoped variable 'Z_PARTIAL_FLUSH'.
  32. node_modules/@types/node/index.d.ts(1353,22): error TS2451: Cannot redeclare block-scoped variable 'Z_SYNC_FLUSH'.
  33. node_modules/@types/node/index.d.ts(1354,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FULL_FLUSH'.
  34. node_modules/@types/node/index.d.ts(1355,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FINISH'.
  35. node_modules/@types/node/index.d.ts(1356,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BLOCK'.
  36. node_modules/@types/node/index.d.ts(1357,22): error TS2451: Cannot redeclare block-scoped variable 'Z_TREES'.
  37. node_modules/@types/node/index.d.ts(1361,22): error TS2451: Cannot redeclare block-scoped variable 'Z_OK'.
  38. node_modules/@types/node/index.d.ts(1362,22): error TS2451: Cannot redeclare block-scoped variable 'Z_STREAM_END'.
  39. node_modules/@types/node/index.d.ts(1363,22): error TS2451: Cannot redeclare block-scoped variable 'Z_NEED_DICT'.
  40. node_modules/@types/node/index.d.ts(1364,22): error TS2451: Cannot redeclare block-scoped variable 'Z_ERRNO'.
  41. node_modules/@types/node/index.d.ts(1365,22): error TS2451: Cannot redeclare block-scoped variable 'Z_STREAM_ERROR'.
  42. node_modules/@types/node/index.d.ts(1366,22): error TS2451: Cannot redeclare block-scoped variable 'Z_DATA_ERROR'.
  43. node_modules/@types/node/index.d.ts(1367,22): error TS2451: Cannot redeclare block-scoped variable 'Z_MEM_ERROR'.
  44. node_modules/@types/node/index.d.ts(1368,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BUF_ERROR'.
  45. node_modules/@types/node/index.d.ts(1369,22): error TS2451: Cannot redeclare block-scoped variable 'Z_VERSION_ERROR'.
  46. node_modules/@types/node/index.d.ts(1373,22): error TS2451: Cannot redeclare block-scoped variable 'Z_NO_COMPRESSION'.
  47. node_modules/@types/node/index.d.ts(1374,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BEST_SPEED'.
  48. node_modules/@types/node/index.d.ts(1375,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BEST_COMPRESSION'.
  49. node_modules/@types/node/index.d.ts(1376,22): error TS2451: Cannot redeclare block-scoped variable 'Z_DEFAULT_COMPRESSION'.
  50. node_modules/@types/node/index.d.ts(1380,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FILTERED'.
  51. node_modules/@types/node/index.d.ts(1381,22): error TS2451: Cannot redeclare block-scoped variable 'Z_HUFFMAN_ONLY'.
  52. node_modules/@types/node/index.d.ts(1382,22): error TS2451: Cannot redeclare block-scoped variable 'Z_RLE'.
  53. node_modules/@types/node/index.d.ts(1383,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FIXED'.
  54. node_modules/@types/node/index.d.ts(1384,22): error TS2451: Cannot redeclare block-scoped variable 'Z_DEFAULT_STRATEGY'.
  55. node_modules/@types/node/index.d.ts(1449,17): error TS2300: Duplicate identifier 'NetworkInterfaceInfo'.
  56. node_modules/@types/node/index.d.ts(1462,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'constants' must be of type '{ UV_UDP_REUSEADDR: number; errno: { SIGHUP: number; SIGINT: number; SIGQUIT: number; SIGILL: num...', but here has type '{ UV_UDP_REUSEADDR: number; signals: { SIGHUP: number; SIGINT: number; SIGQUIT: number; SIGILL: n...'.
  57. node_modules/@types/node/index.d.ts(1607,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'SNICallback' must be of type '((servername: string, cb: (err: Error, ctx: SecureContext) => any) => any) | undefined', but here has type '((servername: string, cb: (err: Error | null, ctx: SecureContext) => void) => void) | undefined'.
  58. node_modules/@types/node/index.d.ts(1635,18): error TS2300: Duplicate identifier 'Agent'.
  59. node_modules/@types/node/index.d.ts(1819,10): error TS2300: Duplicate identifier 'Completer'.
  60. node_modules/@types/node/index.d.ts(1820,10): error TS2300: Duplicate identifier 'AsyncCompleter'.
  61. node_modules/@types/node/index.d.ts(1822,17): error TS2300: Duplicate identifier 'CompleterResult'.
  62. node_modules/@types/node/index.d.ts(1860,18): error TS2300: Duplicate identifier 'Script'.
  63. node_modules/@types/node/index.d.ts(1979,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'encoding' must be of type 'string', but here has type 'string | null'.
  64. node_modules/@types/node/index.d.ts(2023,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'encoding' must be of type 'string', but here has type '"buffer" | null'.
  65. node_modules/@types/node/index.d.ts(2207,18): error TS2300: Duplicate identifier 'URLSearchParams'.
  66. node_modules/@types/node/index.d.ts(2224,18): error TS2300: Duplicate identifier 'URL'.
  67. node_modules/@types/node/index.d.ts(2439,18): error TS2300: Duplicate identifier 'Socket'.
  68. node_modules/@types/node/index.d.ts(4140,22): error TS2451: Cannot redeclare block-scoped variable 'F_OK'.
  69. node_modules/@types/node/index.d.ts(4143,22): error TS2451: Cannot redeclare block-scoped variable 'R_OK'.
  70. node_modules/@types/node/index.d.ts(4146,22): error TS2451: Cannot redeclare block-scoped variable 'W_OK'.
  71. node_modules/@types/node/index.d.ts(4149,22): error TS2451: Cannot redeclare block-scoped variable 'X_OK'.
  72. node_modules/@types/node/index.d.ts(4154,22): error TS2451: Cannot redeclare block-scoped variable 'O_RDONLY'.
  73. node_modules/@types/node/index.d.ts(4157,22): error TS2451: Cannot redeclare block-scoped variable 'O_WRONLY'.
  74. node_modules/@types/node/index.d.ts(4160,22): error TS2451: Cannot redeclare block-scoped variable 'O_RDWR'.
  75. node_modules/@types/node/index.d.ts(4163,22): error TS2451: Cannot redeclare block-scoped variable 'O_CREAT'.
  76. node_modules/@types/node/index.d.ts(4166,22): error TS2451: Cannot redeclare block-scoped variable 'O_EXCL'.
  77. node_modules/@types/node/index.d.ts(4169,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOCTTY'.
  78. node_modules/@types/node/index.d.ts(4172,22): error TS2451: Cannot redeclare block-scoped variable 'O_TRUNC'.
  79. node_modules/@types/node/index.d.ts(4175,22): error TS2451: Cannot redeclare block-scoped variable 'O_APPEND'.
  80. node_modules/@types/node/index.d.ts(4178,22): error TS2451: Cannot redeclare block-scoped variable 'O_DIRECTORY'.
  81. node_modules/@types/node/index.d.ts(4181,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOATIME'.
  82. node_modules/@types/node/index.d.ts(4184,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOFOLLOW'.
  83. node_modules/@types/node/index.d.ts(4187,22): error TS2451: Cannot redeclare block-scoped variable 'O_SYNC'.
  84. node_modules/@types/node/index.d.ts(4193,22): error TS2451: Cannot redeclare block-scoped variable 'O_SYMLINK'.
  85. node_modules/@types/node/index.d.ts(4196,22): error TS2451: Cannot redeclare block-scoped variable 'O_DIRECT'.
  86. node_modules/@types/node/index.d.ts(4199,22): error TS2451: Cannot redeclare block-scoped variable 'O_NONBLOCK'.
  87. node_modules/@types/node/index.d.ts(4204,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFMT'.
  88. node_modules/@types/node/index.d.ts(4207,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFREG'.
  89. node_modules/@types/node/index.d.ts(4210,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFDIR'.
  90. node_modules/@types/node/index.d.ts(4213,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFCHR'.
  91. node_modules/@types/node/index.d.ts(4216,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFBLK'.
  92. node_modules/@types/node/index.d.ts(4219,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFIFO'.
  93. node_modules/@types/node/index.d.ts(4222,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFLNK'.
  94. node_modules/@types/node/index.d.ts(4225,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFSOCK'.
  95. node_modules/@types/node/index.d.ts(4230,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXU'.
  96. node_modules/@types/node/index.d.ts(4233,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRUSR'.
  97. node_modules/@types/node/index.d.ts(4236,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWUSR'.
  98. node_modules/@types/node/index.d.ts(4239,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXUSR'.
  99. node_modules/@types/node/index.d.ts(4242,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXG'.
  100. node_modules/@types/node/index.d.ts(4245,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRGRP'.
  101. node_modules/@types/node/index.d.ts(4248,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWGRP'.
  102. node_modules/@types/node/index.d.ts(4251,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXGRP'.
  103. node_modules/@types/node/index.d.ts(4254,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXO'.
  104. node_modules/@types/node/index.d.ts(4257,22): error TS2451: Cannot redeclare block-scoped variable 'S_IROTH'.
  105. node_modules/@types/node/index.d.ts(4260,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWOTH'.
  106. node_modules/@types/node/index.d.ts(4263,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXOTH'.
  107. node_modules/@types/node/index.d.ts(4613,18): error TS2300: Duplicate identifier 'TLSSocket'.
  108. node_modules/@types/node/index.d.ts(4788,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'SNICallback' must be of type '((servername: string, cb: (err: Error, ctx: SecureContext) => any) => any) | undefined', but here has type '((servername: string, cb: (err: Error | null, ctx: SecureContext) => void) => void) | undefined'.
  109. node_modules/@types/node/index.d.ts(4794,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'ticketKeys' must be of type 'any', but here has type 'Buffer | undefined'.
  110. node_modules/@types/node/index.d.ts(4822,18): error TS2415: Class 'Server' incorrectly extends base class 'Server'.
  111. node_modules/@types/node/index.d.ts(4955,10): error TS2300: Duplicate identifier 'Utf8AsciiLatin1Encoding'.
  112. node_modules/@types/node/index.d.ts(4956,10): error TS2300: Duplicate identifier 'HexBase64Latin1Encoding'.
  113. node_modules/@types/node/index.d.ts(4957,10): error TS2300: Duplicate identifier 'Utf8AsciiBinaryEncoding'.
  114. node_modules/@types/node/index.d.ts(4958,10): error TS2300: Duplicate identifier 'HexBase64BinaryEncoding'.
  115. node_modules/@types/node/index.d.ts(4959,10): error TS2300: Duplicate identifier 'ECDHKeyFormat'.
  116. node_modules/@types/node/index.d.ts(5316,5): error TS2300: Duplicate identifier 'export='.
  117. node_modules/@types/node/index.d.ts(5327,16): error TS2300: Duplicate identifier 'inspect'.
  118. node_modules/@types/node/index.d.ts(5436,5): error TS2300: Duplicate identifier 'export='.
  119. node_modules/@types/node/index.d.ts(5458,18): error TS2300: Duplicate identifier 'Domain'.
  120. node_modules/@types/node/index.d.ts(5755,5): error TS2300: Duplicate identifier 'export='.
  121. node_modules/@types/node/index.d.ts(5768,10): error TS2300: Duplicate identifier 'DoesZapCodeSpaceFlag'.
  122. node_modules/@types/node/index.d.ts(5805,5): error TS2300: Duplicate identifier 'export='.
  123. node_modules/@types/node/index.d.ts(5852,18): error TS2300: Duplicate identifier 'Protocol'.
  124. typings/globals/node/index.d.ts(103,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  125. typings/globals/node/index.d.ts(264,18): error TS2300: Duplicate identifier 'EventEmitter'.
  126. typings/globals/node/index.d.ts(348,10): error TS2300: Duplicate identifier 'Platform'.
  127. typings/globals/node/index.d.ts(565,9): error TS2502: 'BuffType' is referenced directly or indirectly in its own type annotation.
  128. typings/globals/node/index.d.ts(566,9): error TS2502: 'SlowBuffType' is referenced directly or indirectly in its own type annotation.
  129. typings/globals/node/index.d.ts(567,26): error TS2300: Duplicate identifier 'Buffer'.
  130. typings/globals/node/index.d.ts(567,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  131. typings/globals/node/index.d.ts(611,5): error TS2300: Duplicate identifier 'export='.
  132. typings/globals/node/index.d.ts(647,22): error TS2430: Interface 'ServerResponse' incorrectly extends interface 'OutgoingMessage'.
  133. Types of property 'setTimeout' are incompatible.
  134. Type '(msecs: number, callback: Function) => ServerResponse' is not assignable to type '(msecs: number, callback?: (() => void) | undefined) => this'.
  135. Types of parameters 'callback' and 'callback' are incompatible.
  136. Type '(() => void) | undefined' is not assignable to type 'Function'.
  137. Type 'undefined' is not assignable to type 'Function'.
  138. typings/globals/node/index.d.ts(757,18): error TS2300: Duplicate identifier 'Agent'.
  139. typings/globals/node/index.d.ts(815,18): error TS2300: Duplicate identifier 'Worker'.
  140. typings/globals/node/index.d.ts(1099,22): error TS2451: Cannot redeclare block-scoped variable 'Z_NO_FLUSH'.
  141. typings/globals/node/index.d.ts(1100,22): error TS2451: Cannot redeclare block-scoped variable 'Z_PARTIAL_FLUSH'.
  142. typings/globals/node/index.d.ts(1101,22): error TS2451: Cannot redeclare block-scoped variable 'Z_SYNC_FLUSH'.
  143. typings/globals/node/index.d.ts(1102,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FULL_FLUSH'.
  144. typings/globals/node/index.d.ts(1103,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FINISH'.
  145. typings/globals/node/index.d.ts(1104,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BLOCK'.
  146. typings/globals/node/index.d.ts(1105,22): error TS2451: Cannot redeclare block-scoped variable 'Z_TREES'.
  147. typings/globals/node/index.d.ts(1109,22): error TS2451: Cannot redeclare block-scoped variable 'Z_OK'.
  148. typings/globals/node/index.d.ts(1110,22): error TS2451: Cannot redeclare block-scoped variable 'Z_STREAM_END'.
  149. typings/globals/node/index.d.ts(1111,22): error TS2451: Cannot redeclare block-scoped variable 'Z_NEED_DICT'.
  150. typings/globals/node/index.d.ts(1112,22): error TS2451: Cannot redeclare block-scoped variable 'Z_ERRNO'.
  151. typings/globals/node/index.d.ts(1113,22): error TS2451: Cannot redeclare block-scoped variable 'Z_STREAM_ERROR'.
  152. typings/globals/node/index.d.ts(1114,22): error TS2451: Cannot redeclare block-scoped variable 'Z_DATA_ERROR'.
  153. typings/globals/node/index.d.ts(1115,22): error TS2451: Cannot redeclare block-scoped variable 'Z_MEM_ERROR'.
  154. typings/globals/node/index.d.ts(1116,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BUF_ERROR'.
  155. typings/globals/node/index.d.ts(1117,22): error TS2451: Cannot redeclare block-scoped variable 'Z_VERSION_ERROR'.
  156. typings/globals/node/index.d.ts(1121,22): error TS2451: Cannot redeclare block-scoped variable 'Z_NO_COMPRESSION'.
  157. typings/globals/node/index.d.ts(1122,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BEST_SPEED'.
  158. typings/globals/node/index.d.ts(1123,22): error TS2451: Cannot redeclare block-scoped variable 'Z_BEST_COMPRESSION'.
  159. typings/globals/node/index.d.ts(1124,22): error TS2451: Cannot redeclare block-scoped variable 'Z_DEFAULT_COMPRESSION'.
  160. typings/globals/node/index.d.ts(1128,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FILTERED'.
  161. typings/globals/node/index.d.ts(1129,22): error TS2451: Cannot redeclare block-scoped variable 'Z_HUFFMAN_ONLY'.
  162. typings/globals/node/index.d.ts(1130,22): error TS2451: Cannot redeclare block-scoped variable 'Z_RLE'.
  163. typings/globals/node/index.d.ts(1131,22): error TS2451: Cannot redeclare block-scoped variable 'Z_FIXED'.
  164. typings/globals/node/index.d.ts(1132,22): error TS2451: Cannot redeclare block-scoped variable 'Z_DEFAULT_STRATEGY'.
  165. typings/globals/node/index.d.ts(1181,22): error TS2300: Duplicate identifier 'NetworkInterfaceInfo'.
  166. typings/globals/node/index.d.ts(1358,22): error TS2300: Duplicate identifier 'Agent'.
  167. typings/globals/node/index.d.ts(1372,16): error TS2300: Duplicate identifier 'Agent'.
  168. typings/globals/node/index.d.ts(1539,10): error TS2300: Duplicate identifier 'Completer'.
  169. typings/globals/node/index.d.ts(1540,10): error TS2300: Duplicate identifier 'AsyncCompleter'.
  170. typings/globals/node/index.d.ts(1542,17): error TS2300: Duplicate identifier 'CompleterResult'.
  171. typings/globals/node/index.d.ts(1579,18): error TS2300: Duplicate identifier 'Script'.
  172. typings/globals/node/index.d.ts(1840,18): error TS2300: Duplicate identifier 'URLSearchParams'.
  173. typings/globals/node/index.d.ts(1857,18): error TS2300: Duplicate identifier 'URL'.
  174. typings/globals/node/index.d.ts(1927,22): error TS2300: Duplicate identifier 'Socket'.
  175. typings/globals/node/index.d.ts(2038,16): error TS2300: Duplicate identifier 'Socket'.
  176. typings/globals/node/index.d.ts(2567,22): error TS2451: Cannot redeclare block-scoped variable 'F_OK'.
  177. typings/globals/node/index.d.ts(2570,22): error TS2451: Cannot redeclare block-scoped variable 'R_OK'.
  178. typings/globals/node/index.d.ts(2573,22): error TS2451: Cannot redeclare block-scoped variable 'W_OK'.
  179. typings/globals/node/index.d.ts(2576,22): error TS2451: Cannot redeclare block-scoped variable 'X_OK'.
  180. typings/globals/node/index.d.ts(2581,22): error TS2451: Cannot redeclare block-scoped variable 'O_RDONLY'.
  181. typings/globals/node/index.d.ts(2584,22): error TS2451: Cannot redeclare block-scoped variable 'O_WRONLY'.
  182. typings/globals/node/index.d.ts(2587,22): error TS2451: Cannot redeclare block-scoped variable 'O_RDWR'.
  183. typings/globals/node/index.d.ts(2590,22): error TS2451: Cannot redeclare block-scoped variable 'O_CREAT'.
  184. typings/globals/node/index.d.ts(2593,22): error TS2451: Cannot redeclare block-scoped variable 'O_EXCL'.
  185. typings/globals/node/index.d.ts(2596,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOCTTY'.
  186. typings/globals/node/index.d.ts(2599,22): error TS2451: Cannot redeclare block-scoped variable 'O_TRUNC'.
  187. typings/globals/node/index.d.ts(2602,22): error TS2451: Cannot redeclare block-scoped variable 'O_APPEND'.
  188. typings/globals/node/index.d.ts(2605,22): error TS2451: Cannot redeclare block-scoped variable 'O_DIRECTORY'.
  189. typings/globals/node/index.d.ts(2608,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOATIME'.
  190. typings/globals/node/index.d.ts(2611,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOFOLLOW'.
  191. typings/globals/node/index.d.ts(2614,22): error TS2451: Cannot redeclare block-scoped variable 'O_SYNC'.
  192. typings/globals/node/index.d.ts(2617,22): error TS2451: Cannot redeclare block-scoped variable 'O_SYMLINK'.
  193. typings/globals/node/index.d.ts(2620,22): error TS2451: Cannot redeclare block-scoped variable 'O_DIRECT'.
  194. typings/globals/node/index.d.ts(2623,22): error TS2451: Cannot redeclare block-scoped variable 'O_NONBLOCK'.
  195. typings/globals/node/index.d.ts(2628,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFMT'.
  196. typings/globals/node/index.d.ts(2631,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFREG'.
  197. typings/globals/node/index.d.ts(2634,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFDIR'.
  198. typings/globals/node/index.d.ts(2637,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFCHR'.
  199. typings/globals/node/index.d.ts(2640,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFBLK'.
  200. typings/globals/node/index.d.ts(2643,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFIFO'.
  201. typings/globals/node/index.d.ts(2646,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFLNK'.
  202. typings/globals/node/index.d.ts(2649,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFSOCK'.
  203. typings/globals/node/index.d.ts(2654,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXU'.
  204. typings/globals/node/index.d.ts(2657,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRUSR'.
  205. typings/globals/node/index.d.ts(2660,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWUSR'.
  206. typings/globals/node/index.d.ts(2663,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXUSR'.
  207. typings/globals/node/index.d.ts(2666,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXG'.
  208. typings/globals/node/index.d.ts(2669,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRGRP'.
  209. typings/globals/node/index.d.ts(2672,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWGRP'.
  210. typings/globals/node/index.d.ts(2675,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXGRP'.
  211. typings/globals/node/index.d.ts(2678,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXO'.
  212. typings/globals/node/index.d.ts(2681,22): error TS2451: Cannot redeclare block-scoped variable 'S_IROTH'.
  213. typings/globals/node/index.d.ts(2684,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWOTH'.
  214. typings/globals/node/index.d.ts(2687,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXOTH'.
  215. typings/globals/node/index.d.ts(2911,18): error TS2300: Duplicate identifier 'TLSSocket'.
  216. typings/globals/node/index.d.ts(3151,22): error TS2430: Interface 'Server' incorrectly extends interface 'Server'.
  217. typings/globals/node/index.d.ts(3151,22): error TS2430: Interface 'Server' incorrectly extends interface 'Server'.
  218. Types of property 'close' are incompatible.
  219. Type '(callback?: Function | undefined) => Server' is not assignable to type '{ (callback?: Function | undefined): Server; (callback?: Function | undefined): this; }'.
  220. Type 'Server' is not assignable to type 'this'.
  221. typings/globals/node/index.d.ts(3285,10): error TS2300: Duplicate identifier 'Utf8AsciiLatin1Encoding'.
  222. typings/globals/node/index.d.ts(3286,10): error TS2300: Duplicate identifier 'HexBase64Latin1Encoding'.
  223. typings/globals/node/index.d.ts(3287,10): error TS2300: Duplicate identifier 'Utf8AsciiBinaryEncoding'.
  224. typings/globals/node/index.d.ts(3288,10): error TS2300: Duplicate identifier 'HexBase64BinaryEncoding'.
  225. typings/globals/node/index.d.ts(3289,10): error TS2300: Duplicate identifier 'ECDHKeyFormat'.
  226. typings/globals/node/index.d.ts(3428,22): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  227. Types of property 'wrap' are incompatible.
  228. Type '(oldStream: ReadableStream) => ReadableStream' is not assignable to type '{ (oldStream: ReadableStream): ReadableStream; (oldStream: ReadableStream): this; }'.
  229. Type 'ReadableStream' is not assignable to type 'this'.
  230. typings/globals/node/index.d.ts(3595,22): error TS2420: Class 'Duplex' incorrectly implements interface 'ReadWriteStream'.
  231. Types of property 'wrap' are incompatible.
  232. Type '(oldStream: ReadableStream) => ReadableStream' is not assignable to type '{ (oldStream: ReadableStream): ReadableStream; (oldStream: ReadableStream): this; }'.
  233. Type 'ReadableStream' is not assignable to type 'this'.
  234. typings/globals/node/index.d.ts(3616,22): error TS2420: Class 'Transform' incorrectly implements interface 'ReadWriteStream'.
  235. Types of property 'wrap' are incompatible.
  236. Type '(oldStream: ReadableStream) => ReadableStream' is not assignable to type '{ (oldStream: ReadableStream): ReadableStream; (oldStream: ReadableStream): this; }'.
  237. Type 'ReadableStream' is not assignable to type 'this'.
  238. typings/globals/node/index.d.ts(3642,5): error TS2300: Duplicate identifier 'export='.
  239. typings/globals/node/index.d.ts(3659,21): error TS2300: Duplicate identifier 'inspect'.
  240. typings/globals/node/index.d.ts(3660,21): error TS2300: Duplicate identifier 'inspect'.
  241. typings/globals/node/index.d.ts(3725,5): error TS2300: Duplicate identifier 'export='.
  242. typings/globals/node/index.d.ts(3747,18): error TS2300: Duplicate identifier 'Domain'.
  243. typings/globals/node/index.d.ts(4039,5): error TS2300: Duplicate identifier 'export='.
  244. typings/globals/node/index.d.ts(4052,10): error TS2300: Duplicate identifier 'DoesZapCodeSpaceFlag'.
  245. typings/globals/node/index.d.ts(4081,5): error TS2300: Duplicate identifier 'export='.
  246. typings/globals/node/index.d.ts(4128,18): error TS2300: Duplicate identifier 'Protocol'.
  247. npm ERR! code ELIFECYCLE
  248. npm ERR! errno 2
  249. npm ERR! electron-fission@0.2.4 build: `tsc`
  250. npm ERR! Exit status 2
  251. npm ERR!
  252. npm ERR! Failed at the electron-fission@0.2.4 build script.
  253. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  254.  
  255. npm ERR! A complete log of this run can be found in:
  256. npm ERR! /Users/ahmedabdalla/.npm/_logs/2017-10-26T02_46_10_947Z-debug.log
Add Comment
Please, Sign In to add comment