Advertisement
Guest User

Angular 4 -> Angular 5 migration Errors

a guest
Jan 20th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.53 KB | None | 0 0
  1. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  2. (2681,22): error TS2451: Cannot redeclare block-scoped variable 'S_IROTH'.
  3.  
  4. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  5. (2684,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWOTH'.
  6.  
  7. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  8. (2687,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXOTH'.
  9.  
  10. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  11. (2911,18): error TS2300: Duplicate identifier 'TLSSocket'.
  12.  
  13. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  14. (3285,10): error TS2300: Duplicate identifier 'Utf8AsciiLatin1Encoding'.
  15.  
  16. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  17. (3286,10): error TS2300: Duplicate identifier 'HexBase64Latin1Encoding'.
  18.  
  19. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  20. (3287,10): error TS2300: Duplicate identifier 'Utf8AsciiBinaryEncoding'.
  21.  
  22. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  23. (3288,10): error TS2300: Duplicate identifier 'HexBase64BinaryEncoding'.
  24.  
  25. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  26. (3289,10): error TS2300: Duplicate identifier 'ECDHKeyFormat'.
  27.  
  28. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  29. (3642,5): error TS2300: Duplicate identifier 'export='.
  30.  
  31. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  32. (3725,5): error TS2300: Duplicate identifier 'export='.
  33.  
  34. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  35. (3747,18): error TS2300: Duplicate identifier 'Domain'.
  36.  
  37. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  38. (4039,5): error TS2300: Duplicate identifier 'export='.
  39.  
  40. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  41. (4052,10): error TS2300: Duplicate identifier 'DoesZapCodeSpaceFlag'.
  42.  
  43. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  44. (4081,5): error TS2300: Duplicate identifier 'export='.
  45.  
  46. ERROR in /home/..some_path/Blog/typings/globals/node/index.d.ts
  47. (4128,18): error TS2300: Duplicate identifier 'Protocol'.
  48.  
  49. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  50. (102,6): error TS2300: Duplicate identifier 'BufferEncoding'.
  51.  
  52. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  53. (273,18): error TS2300: Duplicate identifier 'EventEmitter'.
  54.  
  55. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  56. (355,10): error TS2300: Duplicate identifier 'Platform'.
  57.  
  58. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  59. (586,9): error TS2502: 'BuffType' is referenced directly or indirectly in its own type annotation.
  60.  
  61. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  62. (587,9): error TS2502: 'SlowBuffType' is referenced directly or indirectly in its own type annotation.
  63.  
  64. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  65. (588,26): error TS2300: Duplicate identifier 'Buffer'.
  66.  
  67. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  68. (588,50): error TS2300: Duplicate identifier 'SlowBuffer'.
  69.  
  70. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  71. (632,5): error TS2300: Duplicate identifier 'export='.
  72.  
  73. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  74. (777,18): error TS2300: Duplicate identifier 'Agent'.
  75.  
  76. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  77. (835,18): error TS2300: Duplicate identifier 'Worker'.
  78.  
  79. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  80. (1513,22): error TS2300: Duplicate identifier 'Completer'.
  81.  
  82. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  83. (1518,17): error TS2300: Duplicate identifier 'CompleterResult'.
  84.  
  85. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  86. (1555,18): error TS2300: Duplicate identifier 'Script'.
  87.  
  88. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  89. (2599,22): error TS2451: Cannot redeclare block-scoped variable 'F_OK'.
  90.  
  91. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  92. (2602,22): error TS2451: Cannot redeclare block-scoped variable 'R_OK'.
  93.  
  94. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  95. (2605,22): error TS2451: Cannot redeclare block-scoped variable 'W_OK'.
  96.  
  97. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  98. (2608,22): error TS2451: Cannot redeclare block-scoped variable 'X_OK'.
  99.  
  100. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  101. (2613,22): error TS2451: Cannot redeclare block-scoped variable 'O_RDONLY'.
  102.  
  103. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  104. (2616,22): error TS2451: Cannot redeclare block-scoped variable 'O_WRONLY'.
  105.  
  106. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  107. (2619,22): error TS2451: Cannot redeclare block-scoped variable 'O_RDWR'.
  108.  
  109. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  110. (2622,22): error TS2451: Cannot redeclare block-scoped variable 'O_CREAT'.
  111.  
  112. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  113. (2625,22): error TS2451: Cannot redeclare block-scoped variable 'O_EXCL'.
  114.  
  115. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  116. (2628,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOCTTY'.
  117.  
  118. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  119. (2631,22): error TS2451: Cannot redeclare block-scoped variable 'O_TRUNC'.
  120.  
  121. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  122. (2634,22): error TS2451: Cannot redeclare block-scoped variable 'O_APPEND'.
  123.  
  124. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  125. (2637,22): error TS2451: Cannot redeclare block-scoped variable 'O_DIRECTORY'.
  126.  
  127. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  128. (2640,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOATIME'.
  129.  
  130. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  131. (2643,22): error TS2451: Cannot redeclare block-scoped variable 'O_NOFOLLOW'.
  132.  
  133. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  134. (2646,22): error TS2451: Cannot redeclare block-scoped variable 'O_SYNC'.
  135.  
  136. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  137. (2649,22): error TS2451: Cannot redeclare block-scoped variable 'O_SYMLINK'.
  138.  
  139. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  140. (2652,22): error TS2451: Cannot redeclare block-scoped variable 'O_DIRECT'.
  141.  
  142. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  143. (2655,22): error TS2451: Cannot redeclare block-scoped variable 'O_NONBLOCK'.
  144.  
  145. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  146. (2660,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFMT'.
  147.  
  148. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  149. (2663,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFREG'.
  150.  
  151. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  152. (2666,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFDIR'.
  153.  
  154. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  155. (2669,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFCHR'.
  156.  
  157. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  158. (2672,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFBLK'.
  159.  
  160. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  161. (2675,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFIFO'.
  162.  
  163. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  164. (2678,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFLNK'.
  165.  
  166. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  167. (2681,22): error TS2451: Cannot redeclare block-scoped variable 'S_IFSOCK'.
  168.  
  169. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  170. (2686,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXU'.
  171.  
  172. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  173. (2689,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRUSR'.
  174.  
  175. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  176. (2692,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWUSR'.
  177.  
  178. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  179. (2695,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXUSR'.
  180.  
  181. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  182. (2698,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXG'.
  183.  
  184. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  185. (2701,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRGRP'.
  186.  
  187. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  188. (2704,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWGRP'.
  189.  
  190. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  191. (2707,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXGRP'.
  192.  
  193. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  194. (2710,22): error TS2451: Cannot redeclare block-scoped variable 'S_IRWXO'.
  195.  
  196. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  197. (2713,22): error TS2451: Cannot redeclare block-scoped variable 'S_IROTH'.
  198.  
  199. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  200. (2716,22): error TS2451: Cannot redeclare block-scoped variable 'S_IWOTH'.
  201.  
  202. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  203. (2719,22): error TS2451: Cannot redeclare block-scoped variable 'S_IXOTH'.
  204.  
  205. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  206. (2943,18): error TS2300: Duplicate identifier 'TLSSocket'.
  207.  
  208. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  209. (3317,10): error TS2300: Duplicate identifier 'Utf8AsciiLatin1Encoding'.
  210.  
  211. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  212. (3318,10): error TS2300: Duplicate identifier 'HexBase64Latin1Encoding'.
  213.  
  214. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  215. (3319,10): error TS2300: Duplicate identifier 'Utf8AsciiBinaryEncoding'.
  216.  
  217. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  218. (3320,10): error TS2300: Duplicate identifier 'HexBase64BinaryEncoding'.
  219.  
  220. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  221. (3321,10): error TS2300: Duplicate identifier 'ECDHKeyFormat'.
  222.  
  223. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  224. (3461,22): error TS2420: Class 'Readable' incorrectly implements interface 'ReadableStream'.
  225.   Types of property 'setEncoding' are incompatible.
  226.     Type '(encoding: string) => void' is not assignable to type '{ (encoding: string | null): void; (encoding: string | null): this; }'.
  227.       Type 'void' is not assignable to type 'this'.
  228.  
  229. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  230. (3654,5): error TS2300: Duplicate identifier 'export='.
  231.  
  232. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  233. (3728,5): error TS2300: Duplicate identifier 'export='.
  234.  
  235. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  236. (3750,18): error TS2300: Duplicate identifier 'Domain'.
  237.  
  238. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  239. (4042,5): error TS2300: Duplicate identifier 'export='.
  240.  
  241. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  242. (4054,16): error TS2300: Duplicate identifier 'DoesZapCodeSpaceFlag'.
  243.  
  244. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  245. (4086,5): error TS2300: Duplicate identifier 'export='.
  246.  
  247. ERROR in /home/..some_path/Blog/node_modules/@types/node/index.d.ts
  248. (4133,18): error TS2300: Duplicate identifier 'Protocol'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement