Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. tripsee@vesta:~/api$ tsc
  2. node_modules/@types/node/index.d.ts(70,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'main' must be of type 'any', but here has type 'NodeModule'.
  3. node_modules/@types/node/index.d.ts(81,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'parent' must be of type 'any', but here has type 'NodeModule'.
  4. node_modules/@types/node/index.d.ts(82,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'children' must be of type 'any[]', but here has type 'NodeModule[]'.
  5. node_modules/@types/node/index.d.ts(102,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  6. node_modules/@types/node/index.d.ts(256,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'errno' must be of type 'string', but here has type 'number'.
  7. node_modules/@types/node/index.d.ts(263,18): error TS2300: Duplicate identifier 'EventEmitter'.
  8. node_modules/@types/node/index.d.ts(408,9): error TS2403: Subsequent variable declarations must have the same type. Variable 'platform' must be of type 'string', but here has type 'Platform'.
  9. node_modules/@types/node/index.d.ts(566,26): error TS2300: Duplicate identifier 'Buffer'.
  10. node_modules/@types/node/index.d.ts(566,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  11. node_modules/@types/node/index.d.ts(610,5): error TS2309: An export assignment cannot be used in a module with other exported elements.
  12. node_modules/@types/node/index.d.ts(756,18): error TS2300: Duplicate identifier 'Agent'.
  13. node_modules/@types/node/index.d.ts(814,18): error TS2300: Duplicate identifier 'Worker'.
  14. node_modules/@types/node/index.d.ts(1543,17): error TS2300: Duplicate identifier 'CompleterResult'.
  15. node_modules/@types/node/index.d.ts(1580,18): error TS2300: Duplicate identifier 'Script'.
  16. node_modules/@types/node/index.d.ts(2528,22): error TS2451: Cannot redeclare block-scoped variable 'constants'.
  17. node_modules/@types/node/index.d.ts(2876,18): error TS2300: Duplicate identifier 'TLSSocket'.
  18. node_modules/@types/node/index.d.ts(3250,10): error TS2300: Duplicate identifier 'Utf8AsciiLatin1Encoding'.
  19. node_modules/@types/node/index.d.ts(3251,10): error TS2300: Duplicate identifier 'HexBase64Latin1Encoding'.
  20. node_modules/@types/node/index.d.ts(3252,10): error TS2300: Duplicate identifier 'Utf8AsciiBinaryEncoding'.
  21. node_modules/@types/node/index.d.ts(3253,10): error TS2300: Duplicate identifier 'HexBase64BinaryEncoding'.
  22. node_modules/@types/node/index.d.ts(3254,10): error TS2300: Duplicate identifier 'ECDHKeyFormat'.
  23. node_modules/@types/node/index.d.ts(3607,5): error TS2300: Duplicate identifier 'export='.
  24. node_modules/@types/node/index.d.ts(3690,5): error TS2300: Duplicate identifier 'export='.
  25. node_modules/@types/node/index.d.ts(3712,18): error TS2300: Duplicate identifier 'Domain'.
  26. node_modules/@types/node/index.d.ts(4004,5): error TS2300: Duplicate identifier 'export='.
  27. node_modules/@types/node/index.d.ts(4046,5): error TS2300: Duplicate identifier 'export='.
  28. ts/modules/pages/readers/news.ts(14,26): error TS7016: Could not find a declaration file for module 'speakingurl'. '/home/tripsee/api/node_modules/speakingurl/index.js' implicitly has an 'any' type.
  29. typings/globals/node/index.d.ts(78,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  30. typings/globals/node/index.d.ts(234,18): error TS2300: Duplicate identifier 'EventEmitter'.
  31. typings/globals/node/index.d.ts(274,22): error TS2430: Interface 'ReadWriteStream' incorrectly extends interface 'ReadableStream'.
  32. typings/globals/node/index.d.ts(274,22): error TS2430: Interface 'ReadWriteStream' incorrectly extends interface 'ReadableStream'.
  33. Types of property 'pause' are incompatible.
  34. Type '() => ReadWriteStream' is not assignable to type '{ (): ReadableStream; (): this; }'.
  35. Type 'ReadWriteStream' is not assignable to type 'this'.
  36. typings/globals/node/index.d.ts(518,9): error TS2502: 'BuffType' is referenced directly or indirectly in its own type annotation.
  37. typings/globals/node/index.d.ts(519,9): error TS2502: 'SlowBuffType' is referenced directly or indirectly in its own type annotation.
  38. typings/globals/node/index.d.ts(520,26): error TS2300: Duplicate identifier 'Buffer'.
  39. typings/globals/node/index.d.ts(520,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  40. typings/globals/node/index.d.ts(704,18): error TS2300: Duplicate identifier 'Agent'.
  41. typings/globals/node/index.d.ts(762,18): error TS2300: Duplicate identifier 'Worker'.
  42. typings/globals/node/index.d.ts(1348,22): error TS2300: Duplicate identifier 'CompleterResult'.
  43. typings/globals/node/index.d.ts(1388,18): error TS2300: Duplicate identifier 'Script'.
  44. typings/globals/node/index.d.ts(1770,22): error TS2320: Interface 'Server' cannot simultaneously extend types 'Socket' and 'EventEmitter'.
  45. Named property 'removeListener' of types 'Socket' and 'EventEmitter' are not identical.
  46. typings/globals/node/index.d.ts(2294,18): error TS2451: Cannot redeclare block-scoped variable 'constants'.
  47. typings/globals/node/index.d.ts(2524,18): error TS2300: Duplicate identifier 'TLSSocket'.
  48. typings/globals/node/index.d.ts(2835,10): error TS2300: Duplicate identifier 'Utf8AsciiLatin1Encoding'.
  49. typings/globals/node/index.d.ts(2836,10): error TS2300: Duplicate identifier 'HexBase64Latin1Encoding'.
  50. typings/globals/node/index.d.ts(2837,10): error TS2300: Duplicate identifier 'Utf8AsciiBinaryEncoding'.
  51. typings/globals/node/index.d.ts(2838,10): error TS2300: Duplicate identifier 'HexBase64BinaryEncoding'.
  52. typings/globals/node/index.d.ts(2839,10): error TS2300: Duplicate identifier 'ECDHKeyFormat'.
  53. typings/globals/node/index.d.ts(2978,22): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  54. Types of property 'setEncoding' are incompatible.
  55. Type '(encoding: string) => void' is not assignable to type '{ (encoding: string): void; (encoding: string): this; }'.
  56. Type 'void' is not assignable to type 'this'.
  57. typings/globals/node/index.d.ts(3144,22): error TS2420: Class 'Duplex' incorrectly implements interface 'ReadWriteStream'.
  58. Types of property 'pause' are incompatible.
  59. Type '() => Duplex' is not assignable to type '() => ReadWriteStream'.
  60. Type 'Duplex' is not assignable to type 'ReadWriteStream'.
  61. Types of property 'setEncoding' are incompatible.
  62. Type '(encoding: string) => void' is not assignable to type '{ (encoding: string): void; (encoding: string): ReadWriteStream; }'.
  63. Type 'void' is not assignable to type 'ReadWriteStream'.
  64. typings/globals/node/index.d.ts(3165,22): error TS2420: Class 'Transform' incorrectly implements interface 'ReadWriteStream'.
  65. Types of property 'pause' are incompatible.
  66. Type '() => Transform' is not assignable to type '() => ReadWriteStream'.
  67. Type 'Transform' is not assignable to type 'ReadWriteStream'.
  68. Types of property 'setEncoding' are incompatible.
  69. Type '(encoding: string) => void' is not assignable to type '{ (encoding: string): void; (encoding: string): ReadWriteStream; }'.
  70. Type 'void' is not assignable to type 'ReadWriteStream'.
  71. typings/globals/node/index.d.ts(3190,5): error TS2300: Duplicate identifier 'export='.
  72. typings/globals/node/index.d.ts(3273,5): error TS2300: Duplicate identifier 'export='.
  73. typings/globals/node/index.d.ts(3295,18): error TS2300: Duplicate identifier 'Domain'.
  74. typings/globals/node/index.d.ts(3587,5): error TS2300: Duplicate identifier 'export='.
  75. typings/globals/node/index.d.ts(3613,5): error TS2300: Duplicate identifier 'export='.
  76. tripsee@vesta:~/api$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement