Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.04 KB | None | 0 0
  1. D:\Documents\Projects\server\db>tsc init.ts
  2. ../node_modules/@types/express-session/index.d.ts(39,7): error TS2300: Duplicate identifier 'serialize'.
  3. ../node_modules/@types/express-session/index.d.ts(44,7): error TS2300: Duplicate identifier 'regenerate'.
  4. ../node_modules/@types/express-session/index.d.ts(45,7): error TS2300: Duplicate identifier 'destroy'.
  5. ../node_modules/@types/express-session/index.d.ts(46,7): error TS2300: Duplicate identifier 'reload'.
  6. ../node_modules/@types/express-session/index.d.ts(47,7): error TS2300: Duplicate identifier 'save'.
  7. ../node_modules/@types/express-session/index.d.ts(48,7): error TS2300: Duplicate identifier 'touch'.
  8. ../node_modules/@types/jasmine/index.d.ts(171,9): error TS2375: Duplicate number index signature.
  9. ../node_modules/@types/jasmine/index.d.ts(181,15): error TS2428: All declarations of 'ObjectContaining' must have identical type parameters.
  10. ../node_modules/@types/jasmine/index.d.ts(212,10): error TS2300: Duplicate identifier 'CustomEqualityTester'.
  11. ../node_modules/@types/jasmine/index.d.ts(219,10): error TS2300: Duplicate identifier 'CustomMatcherFactory'.
  12. ../node_modules/@types/jasmine/index.d.ts(222,9): error TS2374: Duplicate string index signature.
  13. ../node_modules/@types/jasmine/index.d.ts(397,15): error TS2428: All declarations of 'Matchers' must have identical type parameters.
  14. ../node_modules/@types/jasmine/index.d.ts(402,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'actual' must be of type 'any', but here has type 'T'.
  15. ../node_modules/@types/jasmine/index.d.ts(528,10): error TS2300: Duplicate identifier 'SpecFunction'.
  16. ../node_modules/@types/jasminewd2/index.d.ts(19,13): error TS2428: All declarations of 'Matchers' must have identical type parameters.
  17. ../node_modules/@types/jquery/index.d.ts(3829,13): error TS2403: Subsequent variable declarations must have the same type. Variable '$' must be of type 'cssSelectorHelper', but here has ty
  18. pe 'JQueryStatic'.
  19. ../node_modules/@types/lodash/index.d.ts(46,15): error TS2428: All declarations of 'WeakMap' must have identical type parameters.
  20. ../node_modules/@types/node/index.d.ts(69,14): error TS2687: All declarations of 'iterator' must have identical modifiers.
  21. ../node_modules/@types/node/index.d.ts(102,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'main' must be of type 'any', but here has type 'NodeModule'
  22. .
  23. ../node_modules/@types/node/index.d.ts(113,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'parent' must be of type 'any', but here has type 'NodeModul
  24. e'.
  25. ../node_modules/@types/node/index.d.ts(114,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'children' must be of type 'any[]', but here has type 'NodeM
  26. odule[]'.
  27. ../node_modules/@types/node/index.d.ts(134,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  28. ../node_modules/@types/node/index.d.ts(142,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'Buffer' must be of type '{ new (str: string, encoding?: st
  29. ring): 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...
  30. '.
  31. ../node_modules/@types/node/index.d.ts(478,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stdout' must be of type 'WritableStream', but here has type
  32. 'WriteStream'.
  33. ../node_modules/@types/node/index.d.ts(479,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stderr' must be of type 'WritableStream', but here has type
  34. 'WriteStream'.
  35. ../node_modules/@types/node/index.d.ts(480,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stdin' must be of type 'ReadableStream', but here has type
  36. 'ReadStream'.
  37. ../node_modules/@types/node/index.d.ts(490,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'env' must be of type 'any', but here has type 'ProcessEnv'.
  38. ../node_modules/@types/node/index.d.ts(531,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'platform' must be of type 'string', but here has type 'Plat
  39. form'.
  40. ../node_modules/@types/node/index.d.ts(689,26): error TS2300: Duplicate identifier 'Buffer'.
  41. ../node_modules/@types/node/index.d.ts(689,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  42. ../node_modules/@types/node/index.d.ts(733,5): error TS2309: An export assignment cannot be used in a module with other exported elements.
  43. ../node_modules/@types/node/index.d.ts(797,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'port' must be of type 'number', but here has type 'string |
  44. number'.
  45. ../node_modules/@types/node/index.d.ts(802,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'headers' must be of type '{ [key: string]: any; }', but her
  46. e has type 'OutgoingHttpHeaders'.
  47. ../node_modules/@types/node/index.d.ts(883,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'headers' must be of type 'any', but here has type 'Incoming
  48. HttpHeaders'.
  49. ../node_modules/@types/node/index.d.ts(885,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'trailers' must be of type 'any', but here has type 'Outgoin
  50. gHttpHeaders'.
  51. ../node_modules/@types/node/index.d.ts(886,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'rawTrailers' must be of type 'any', but here has type 'stri
  52. ng[]'.
  53. ../node_modules/@types/node/index.d.ts(932,18): error TS2300: Duplicate identifier 'Agent'.
  54. ../node_modules/@types/node/index.d.ts(988,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'addressType' must be of type 'string', but here has type 'n
  55. umber | "udp4" | "udp6"'.
  56. ../node_modules/@types/node/index.d.ts(991,18): error TS2300: Duplicate identifier 'Worker'.
  57. ../node_modules/@types/node/index.d.ts(1479,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'SNICallback' must be of type '(servername: string) => any'
  58. , but here has type '(servername: string, cb: (err: Error, ctx: SecureContext) => any) => any'.
  59. ../node_modules/@types/node/index.d.ts(1683,17): error TS2300: Duplicate identifier 'CompleterResult'.
  60. ../node_modules/@types/node/index.d.ts(1723,18): error TS2300: Duplicate identifier 'Script'.
  61. ../node_modules/@types/node/index.d.ts(1746,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'stdio' must be of type '[Writable, Readable, Readable]', b
  62. ut here has type 'StdioStreams'.
  63. ../node_modules/@types/node/index.d.ts(2274,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'Socket' must be of type 'new (options?: { fd?: string; ty
  64. pe?: string; allowHalfOpen?: boolean; }) => Socket', but here has type 'new (options?: { fd?: number; allowHalfOpen?: boolean; readable?: boolean; writable?: boolean; })...'.
  65. ../node_modules/@types/node/index.d.ts(3085,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'sep' must be of type 'string', but here has type '"\\" |
  66. "/"'.
  67. ../node_modules/@types/node/index.d.ts(3089,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'delimiter' must be of type 'string', but here has type '"
  68. ;" | ":"'.
  69. ../node_modules/@types/node/index.d.ts(3139,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'StringDecoder' must be of type 'new (encoding: string) =>
  70. NodeStringDecoder', but here has type 'new (encoding?: string) => NodeStringDecoder'.
  71. ../node_modules/@types/node/index.d.ts(3190,18): error TS2300: Duplicate identifier 'TLSSocket'.
  72. ../node_modules/@types/node/index.d.ts(3395,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'pfx' must be of type 'any', but here has type 'string | Bu
  73. ffer[]'.
  74. ../node_modules/@types/node/index.d.ts(3396,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'key' must be of type 'any', but here has type 'string | an
  75. y[] | string[] | Buffer'.
  76. ../node_modules/@types/node/index.d.ts(3398,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'cert' must be of type 'any', but here has type 'string | s
  77. tring[] | Buffer | Buffer[]'.
  78. ../node_modules/@types/node/index.d.ts(3399,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'ca' must be of type 'any', but here has type 'string | str
  79. ing[] | Buffer | Buffer[]'.
  80. ../node_modules/@types/node/index.d.ts(3400,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'crl' must be of type 'any', but here has type 'string | st
  81. ring[]'.
  82. ../node_modules/@types/node/index.d.ts(3402,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'honorCipherOrder' must be of type 'any', but here has type
  83. 'boolean'.
  84. ../node_modules/@types/node/index.d.ts(3405,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'NPNProtocols' must be of type 'any', but here has type 'st
  85. ring[] | Buffer'.
  86. ../node_modules/@types/node/index.d.ts(3406,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'SNICallback' must be of type '(servername: string) => any'
  87. , but here has type '(servername: string, cb: (err: Error, ctx: SecureContext) => any) => any'.
  88. ../node_modules/@types/node/index.d.ts(3422,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'key' must be of type 'string | Buffer', but here has type
  89. 'string | string[] | Buffer | Buffer[]'.
  90. ../node_modules/@types/node/index.d.ts(3424,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'cert' must be of type 'string | Buffer', but here has type
  91. 'string | string[] | Buffer | Buffer[]'.
  92. ../node_modules/@types/node/index.d.ts(3425,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'ca' must be of type '(string | Buffer)[]', but here has ty
  93. pe 'string | Buffer | (string | Buffer)[]'.
  94. ../node_modules/@types/node/index.d.ts(3664,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'padding' must be of type 'any', but here has type 'number'
  95. .
  96. ../node_modules/@types/node/index.d.ts(3669,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'padding' must be of type 'any', but here has type 'number'
  97. .
  98. ../node_modules/@types/node/index.d.ts(3908,5): error TS2309: An export assignment cannot be used in a module with other exported elements.
  99. ../node_modules/@types/node/index.d.ts(3978,5): error TS2300: Duplicate identifier 'export='.
  100. ../node_modules/@types/node/index.d.ts(4000,18): error TS2300: Duplicate identifier 'Domain'.
  101. ../node_modules/@types/passport/index.d.ts(101,5): error TS2300: Duplicate identifier 'export='.
  102. ../../typings/globals/core-js/index.d.ts(611,11): error TS2428: All declarations of 'WeakMap' must have identical type parameters.
  103. ../../typings/globals/express-session/index.d.ts(14,5): error TS2300: Duplicate identifier 'regenerate'.
  104. ../../typings/globals/express-session/index.d.ts(15,5): error TS2300: Duplicate identifier 'destroy'.
  105. ../../typings/globals/express-session/index.d.ts(16,5): error TS2300: Duplicate identifier 'reload'.
  106. ../../typings/globals/express-session/index.d.ts(17,5): error TS2300: Duplicate identifier 'save'.
  107. ../../typings/globals/express-session/index.d.ts(18,5): error TS2300: Duplicate identifier 'touch'.
  108. ../../typings/globals/express-session/index.d.ts(30,5): error TS2300: Duplicate identifier 'serialize'.
  109. ../../typings/globals/express/index.d.ts(4,34): error TS2307: Cannot find module 'serve-static'.
  110. ../../typings/globals/jasmine/index.d.ts(27,41): error TS2314: Generic type 'Matchers<T>' requires 1 type argument(s).
  111. ../../typings/globals/jasmine/index.d.ts(28,39): error TS2314: Generic type 'Matchers<T>' requires 1 type argument(s).
  112. ../../typings/globals/jasmine/index.d.ts(52,45): error TS2314: Generic type 'ObjectContaining<T>' requires 1 type argument(s).
  113. ../../typings/globals/jasmine/index.d.ts(84,15): error TS2428: All declarations of 'ObjectContaining' must have identical type parameters.
  114. ../../typings/globals/jasmine/index.d.ts(114,15): error TS2300: Duplicate identifier 'CustomEqualityTester'.
  115. ../../typings/globals/jasmine/index.d.ts(123,15): error TS2300: Duplicate identifier 'CustomMatcherFactory'.
  116. ../../typings/globals/jasmine/index.d.ts(151,24): error TS2314: Generic type 'Matchers<T>' requires 1 type argument(s).
  117. ../../typings/globals/jasmine/index.d.ts(274,15): error TS2428: All declarations of 'Matchers' must have identical type parameters.
  118. ../../typings/globals/jasmine/index.d.ts(303,14): error TS2314: Generic type 'Matchers<T>' requires 1 type argument(s).
  119. ../../typings/globals/jasmine/index.d.ts(339,15): error TS2300: Duplicate identifier 'SpecFunction'.
  120. ../../typings/globals/jasmine/index.d.ts(360,24): error TS2314: Generic type 'Matchers<T>' requires 1 type argument(s).
  121. ../../typings/globals/jasmine/index.d.ts(372,30): error TS2314: Generic type 'Matchers<T>' requires 1 type argument(s).
  122. ../../typings/globals/node/index.d.ts(78,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  123. ../../typings/globals/node/index.d.ts(503,9): error TS2502: 'BuffType' is referenced directly or indirectly in its own type annotation.
  124. ../../typings/globals/node/index.d.ts(504,9): error TS2502: 'SlowBuffType' is referenced directly or indirectly in its own type annotation.
  125. ../../typings/globals/node/index.d.ts(505,26): error TS2300: Duplicate identifier 'Buffer'.
  126. ../../typings/globals/node/index.d.ts(505,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  127. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  128. Named property 'addListener' of types 'EventEmitter' and 'Server' are not identical.
  129. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  130. Named property 'emit' of types 'EventEmitter' and 'Server' are not identical.
  131. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  132. Named property 'on' of types 'EventEmitter' and 'Server' are not identical.
  133. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  134. Named property 'once' of types 'EventEmitter' and 'Server' are not identical.
  135. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  136. Named property 'prependListener' of types 'EventEmitter' and 'Server' are not identical.
  137. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  138. Named property 'prependOnceListener' of types 'EventEmitter' and 'Server' are not identical.
  139. ../../typings/globals/node/index.d.ts(567,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'EventEmitter' and 'Server'.
  140. Named property 'removeListener' of types 'EventEmitter' and 'Server' are not identical.
  141. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  142. Named property 'addListener' of types 'EventEmitter' and 'Writable' are not identical.
  143. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  144. Named property 'emit' of types 'EventEmitter' and 'Writable' are not identical.
  145. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  146. Named property 'on' of types 'EventEmitter' and 'Writable' are not identical.
  147. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  148. Named property 'once' of types 'EventEmitter' and 'Writable' are not identical.
  149. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  150. Named property 'prependListener' of types 'EventEmitter' and 'Writable' are not identical.
  151. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  152. Named property 'prependOnceListener' of types 'EventEmitter' and 'Writable' are not identical.
  153. ../../typings/globals/node/index.d.ts(578,22): error TS2320: Interface 'ServerResponse' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  154. Named property 'removeListener' of types 'EventEmitter' and 'Writable' are not identical.
  155. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  156. Named property 'addListener' of types 'EventEmitter' and 'Writable' are not identical.
  157. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  158. Named property 'emit' of types 'EventEmitter' and 'Writable' are not identical.
  159. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  160. Named property 'on' of types 'EventEmitter' and 'Writable' are not identical.
  161. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  162. Named property 'once' of types 'EventEmitter' and 'Writable' are not identical.
  163. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  164. Named property 'prependListener' of types 'EventEmitter' and 'Writable' are not identical.
  165. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  166. Named property 'prependOnceListener' of types 'EventEmitter' and 'Writable' are not identical.
  167. ../../typings/globals/node/index.d.ts(606,22): error TS2320: Interface 'ClientRequest' cannot simultaneously extend types 'EventEmitter' and 'Writable'.
  168. Named property 'removeListener' of types 'EventEmitter' and 'Writable' are not identical.
  169. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  170. Named property 'addListener' of types 'EventEmitter' and 'Readable' are not identical.
  171. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  172. Named property 'emit' of types 'EventEmitter' and 'Readable' are not identical.
  173. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  174. Named property 'on' of types 'EventEmitter' and 'Readable' are not identical.
  175. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  176. Named property 'once' of types 'EventEmitter' and 'Readable' are not identical.
  177. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  178. Named property 'prependListener' of types 'EventEmitter' and 'Readable' are not identical.
  179. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  180. Named property 'prependOnceListener' of types 'EventEmitter' and 'Readable' are not identical.
  181. ../../typings/globals/node/index.d.ts(632,22): error TS2320: Interface 'IncomingMessage' cannot simultaneously extend types 'EventEmitter' and 'Readable'.
  182. Named property 'removeListener' of types 'EventEmitter' and 'Readable' are not identical.
  183. ../../typings/globals/node/index.d.ts(682,18): error TS2300: Duplicate identifier 'Agent'.
  184. ../../typings/globals/node/index.d.ts(727,18): error TS2300: Duplicate identifier 'Worker'.
  185. ../../typings/globals/node/index.d.ts(980,22): error TS2300: Duplicate identifier 'CompleterResult'.
  186. ../../typings/globals/node/index.d.ts(1020,18): error TS2300: Duplicate identifier 'Script'.
  187. ../../typings/globals/node/index.d.ts(1247,22): error TS2430: Interface 'Socket' incorrectly extends interface 'Duplex'.
  188. ../../typings/globals/node/index.d.ts(1247,22): error TS2430: Interface 'Socket' incorrectly extends interface 'Duplex'.
  189. Types of property 'pause' are incompatible.
  190. Type '() => void' is not assignable to type '() => this'.
  191. Type 'void' is not assignable to type 'this'.
  192. ../../typings/globals/node/index.d.ts(1298,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'Socket' and 'EventEmitter'.
  193. Named property 'removeListener' of types 'Socket' and 'EventEmitter' are not identical.
  194. ../../typings/globals/node/index.d.ts(1861,18): error TS2300: Duplicate identifier 'TLSSocket'.
  195. ../../typings/globals/node/index.d.ts(2159,18): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  196. Types of property 'pause' are incompatible.
  197. Type '() => void' is not assignable to type '{ (): void; (): this; }'.
  198. Type 'void' is not assignable to type 'this'.
  199. ../../typings/globals/node/index.d.ts(2196,18): error TS2420: Class 'Duplex' incorrectly implements interface 'ReadWriteStream'.
  200. Types of property 'pause' are incompatible.
  201. Type '() => void' is not assignable to type '{ (): void; (): this; }'.
  202. Type 'void' is not assignable to type 'this'.
  203. ../../typings/globals/node/index.d.ts(2210,18): error TS2420: Class 'Transform' incorrectly implements interface 'ReadWriteStream'.
  204. Types of property 'pause' are incompatible.
  205. Type '() => void' is not assignable to type '{ (): void; (): this; }'.
  206. Type 'void' is not assignable to type 'this'.
  207. ../../typings/globals/node/index.d.ts(2301,5): error TS2300: Duplicate identifier 'export='.
  208. ../../typings/globals/node/index.d.ts(2323,18): error TS2300: Duplicate identifier 'Domain'.
  209. ../../typings/globals/passport/index.d.ts(79,5): error TS2300: Duplicate identifier 'export='.
  210. ../../typings/globals/promise/index.d.ts(7,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'Promise' must be of type 'PromiseConstructor', but here ha
  211. s type 'Ipromise'.
  212. ../../typings/globals/request/index.d.ts(9,28): error TS2307: Cannot find module 'form-data'.
  213. ../../typings/globals/sequelize/index.d.ts(4,24): error TS2307: Cannot find module 'lodash'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement