Guest User

Untitled

a guest
Jul 21st, 2020
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.62 KB | None | 0 0
  1.  
  2. > [email protected] dev /home/alejo/tecnimaq/tecnilab/tecnilab-frontend
  3. > cross-env NODE_ENV=development webpack-dev-server --mode=development --inline --hot
  4.  
  5. ℹ 「wds」: Project is running at http://localhost:8080/
  6. ℹ 「wds」: webpack output is served from /
  7. ℹ 「wds」: Content not from webpack is served from ./public
  8. ℹ 「wds」: 404s will fallback to /index.html
  9. ℹ 「wdm」: wait until bundle finished: /
  10. ✖ 「wdm」: Hash: 9d40f5b1be348f5478dc
  11. Version: webpack 4.43.0
  12. Time: 10565ms
  13. Built at: 21/07/2020 11:05:56 a. m.
  14. Asset Size Chunks Chunk Names
  15. bundle.js 3.82 MiB main [emitted] main
  16. index.html 369 bytes [emitted]
  17. Entrypoint main = bundle.js
  18. [0] multi (webpack)-dev-server/client?http://localhost:8080 (webpack)/hot/dev-server.js ./src/index.tsx 52 bytes {main} [built]
  19. [./node_modules/react-dom/index.js] 1.33 KiB {main} [built]
  20. [./node_modules/react/index.js] 190 bytes {main} [built]
  21. [./node_modules/webpack-dev-server/client/index.js?http://localhost:8080] (webpack)-dev-server/client?http://localhost:8080 4.29 KiB {main} [built]
  22. [./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.51 KiB {main} [built]
  23. [./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.53 KiB {main} [built]
  24. [./node_modules/webpack-dev-server/client/utils/createSocketUrl.js] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {main} [built]
  25. [./node_modules/webpack-dev-server/client/utils/log.js] (webpack)-dev-server/client/utils/log.js 964 bytes {main} [built]
  26. [./node_modules/webpack-dev-server/client/utils/reloadApp.js] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {main} [built]
  27. [./node_modules/webpack-dev-server/client/utils/sendMessage.js] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {main} [built]
  28. [./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {main} [built]
  29. [./node_modules/webpack/hot sync ^\.\/log$] (webpack)/hot sync nonrecursive ^\.\/log$ 170 bytes {main} [built]
  30. [./node_modules/webpack/hot/dev-server.js] (webpack)/hot/dev-server.js 1.59 KiB {main} [built]
  31. [./node_modules/webpack/hot/emitter.js] (webpack)/hot/emitter.js 75 bytes {main} [built]
  32. [./src/index.tsx] 218 bytes {main} [built]
  33. + 36 hidden modules
  34.  
  35. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  36. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(16,19)
  37. TS2306: File '/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/lodash/lodash.js' is not a module.
  38.  
  39. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  40. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(183,15)
  41. TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
  42. Type 'import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index")' is not assignable to type 'import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/typings")'.
  43. Types of property 'apply' are incompatible.
  44. Type '(compiler: import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/webpack/lib/Compiler")) => void' is not assignable to type '(compiler: import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/@types/webpack/index").Compiler) => void'.
  45. Types of parameters 'compiler' and 'compiler' are incompatible.
  46. Type 'Compiler' is missing the following properties from type 'Compiler': parentCompilation, recordsInputPath, recordsOutputPath, records, and 21 more.
  47.  
  48. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  49. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(201,13)
  50. TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
  51.  
  52. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  53. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(213,15)
  54. TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
  55.  
  56. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  57. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(244,90)
  58. TS2345: Argument of type '{ html: string; headTags: HtmlWebpackPlugin.HtmlTagObject[]; bodyTags: HtmlWebpackPlugin.HtmlTagObject[]; plugin: this; outputName: any; }' is not assignable to parameter of type '{ html: string; headTags: HtmlTagObject[]; bodyTags: HtmlTagObject[]; outputName: string; plugin: HtmlWebpackPlugin; }'.
  59. Types of property 'plugin' are incompatible.
  60. Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
  61.  
  62. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  63. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(254,78)
  64. TS2345: Argument of type '{ html: string; plugin: this; outputName: any; }' is not assignable to parameter of type '{ html: string; outputName: string; plugin: HtmlWebpackPlugin; }'.
  65. Types of property 'plugin' are incompatible.
  66. Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
  67.  
  68. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  69. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,134)
  70. TS7006: Parameter '_' implicitly has an 'any' type.
  71.  
  72. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  73. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,137)
  74. TS7006: Parameter 'hashType' implicitly has an 'any' type.
  75.  
  76. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  77. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,147)
  78. TS7006: Parameter 'digestType' implicitly has an 'any' type.
  79.  
  80. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  81. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,159)
  82. TS7006: Parameter 'maxLength' implicitly has an 'any' type.
  83.  
  84. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  85. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(273,13)
  86. TS2739: Type '{ source: () => string; size: () => number; }' is missing the following properties from type 'Source': map, sourceAndMap, node, listNode, updateHash
  87.  
  88. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  89. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(281,13)
  90. TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
  91.  
  92. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  93. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,10)
  94. TS7006: Parameter 'compilation' implicitly has an 'any' type.
  95.  
  96. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  97. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,23)
  98. TS7006: Parameter 'assets' implicitly has an 'any' type.
  99.  
  100. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  101. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,31)
  102. TS7006: Parameter 'assetTags' implicitly has an 'any' type.
  103.  
  104. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  105. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,42)
  106. TS7006: Parameter 'options' implicitly has an 'any' type.
  107.  
  108. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  109. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(370,15)
  110. TS7006: Parameter 'templateParameters' implicitly has an 'any' type.
  111.  
  112. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  113. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(395,33)
  114. TS2345: Argument of type 'Error' is not assignable to parameter of type 'WebpackError'.
  115. Type 'Error' is missing the following properties from type 'WebpackError': details, missing, origin, dependencies, module
  116.  
  117. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  118. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(433,20)
  119. TS7006: Parameter 'filename' implicitly has an 'any' type.
  120.  
  121. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  122. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(433,30)
  123. TS7006: Parameter 'compilation' implicitly has an 'any' type.
  124.  
  125. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  126. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(469,16)
  127. TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'typeof import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter")'.
  128. No index signature with a parameter of type 'string' was found on type 'typeof import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter")'.
  129.  
  130. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  131. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(470,14)
  132. TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'typeof import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter")'.
  133. No index signature with a parameter of type 'string' was found on type 'typeof import("/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter")'.
  134.  
  135. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  136. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(482,26)
  137. TS7006: Parameter 'chunkName' implicitly has an 'any' type.
  138.  
  139. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  140. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(524,41)
  141. TS7006: Parameter 'childCompilationOutputName' implicitly has an 'any' type.
  142.  
  143. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  144. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(612,13)
  145. TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
  146. No index signature with a parameter of type 'string' was found on type '{}'.
  147.  
  148. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  149. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(615,9)
  150. TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
  151. No index signature with a parameter of type 'string' was found on type '{}'.
  152.  
  153. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  154. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(618,9)
  155. TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ publicPath: string; js: string[]; css: string[]; manifest?: string; favicon?: string; }'.
  156. No index signature with a parameter of type 'string' was found on type '{ publicPath: string; js: string[]; css: string[]; manifest?: string; favicon?: string; }'.
  157.  
  158. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
  159. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(1015,18)
  160. TS7006: Parameter 'assets' implicitly has an 'any' type.
  161.  
  162. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  163. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(179,9)
  164. TS7034: Variable 'previousFileSystemSnapshot' implicitly has type 'any' in some locations where its type cannot be determined.
  165.  
  166. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  167. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(196,50)
  168. TS2339: Property 'compiledEntries' does not exist on type '{ isCompiling: false; isVerifyingCache: false; entries: string[]; compiledEntries: string[]; mainCompilationHash: string; compilationResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; } | Readonly<...> | Read...'.
  169. Property 'compiledEntries' does not exist on type 'Readonly<{ isCompiling: false; isVerifyingCache: true; entries: string[]; previousEntries: string[]; previousResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; }>'.
  170.  
  171. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  172. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(197,49)
  173. TS2339: Property 'compilationResult' does not exist on type '{ isCompiling: false; isVerifyingCache: false; entries: string[]; compiledEntries: string[]; mainCompilationHash: string; compilationResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; } | Readonly<...> | Read...'.
  174. Property 'compilationResult' does not exist on type 'Readonly<{ isCompiling: false; isVerifyingCache: true; entries: string[]; previousEntries: string[]; previousResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; }>'.
  175.  
  176. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  177. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(202,55)
  178. TS7005: Variable 'previousFileSystemSnapshot' implicitly has an 'any' type.
  179.  
  180. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  181. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(290,29)
  182. TS2540: Cannot assign to 'entries' because it is a read-only property.
  183.  
  184. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  185. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(303,50)
  186. TS2339: Property 'mainCompilationHash' does not exist on type '{ isCompiling: false; isVerifyingCache: false; entries: string[]; compiledEntries: string[]; mainCompilationHash: string; compilationResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; } | Readonly<...> | Read...'.
  187. Property 'mainCompilationHash' does not exist on type 'Readonly<{ isCompiling: false; isVerifyingCache: true; entries: string[]; previousEntries: string[]; previousResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; }>'.
  188.  
  189. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
  190. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(304,48)
  191. TS2339: Property 'compilationResult' does not exist on type '{ isCompiling: false; isVerifyingCache: false; entries: string[]; compiledEntries: string[]; mainCompilationHash: string; compilationResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; } | Readonly<...> | Read...'.
  192. Property 'compilationResult' does not exist on type 'Readonly<{ isCompiling: false; isVerifyingCache: true; entries: string[]; previousEntries: string[]; previousResult: { dependencies: { fileDependencies: string[]; contextDependencies: string[]; missingDependencies: string[]; }; compiledEntries: { ...; }; } | { ...; }; }>'.
  193.  
  194. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  195. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(94,43)
  196. TS2554: Expected 3 arguments, but got 2.
  197.  
  198. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  199. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(100,5)
  200. TS2554: Expected 5 arguments, but got 2.
  201.  
  202. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  203. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(110,33)
  204. TS7006: Parameter 'err' implicitly has an 'any' type.
  205.  
  206. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  207. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(110,38)
  208. TS7006: Parameter 'entries' implicitly has an 'any' type.
  209.  
  210. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  211. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(110,47)
  212. TS7006: Parameter 'childCompilation' implicitly has an 'any' type.
  213.  
  214. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  215. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(121,60)
  216. TS7006: Parameter 'error' implicitly has an 'any' type.
  217.  
  218. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  219. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(134,36)
  220. TS7006: Parameter 'templateSource' implicitly has an 'any' type.
  221.  
  222. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  223. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(134,52)
  224. TS7006: Parameter 'entryIndex' implicitly has an 'any' type.
  225.  
  226. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  227. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,45)
  228. TS7006: Parameter 'mainCompilation' implicitly has an 'any' type.
  229.  
  230. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  231. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,62)
  232. TS7006: Parameter 'childCompilation' implicitly has an 'any' type.
  233.  
  234. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  235. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,80)
  236. TS7006: Parameter 'filename' implicitly has an 'any' type.
  237.  
  238. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  239. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,90)
  240. TS7006: Parameter 'childEntryChunks' implicitly has an 'any' type.
  241.  
  242. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  243. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(162,50)
  244. TS7006: Parameter 'entryChunk' implicitly has an 'any' type.
  245.  
  246. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  247. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(162,62)
  248. TS7006: Parameter 'index' implicitly has an 'any' type.
  249.  
  250. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  251. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(170,29)
  252. TS7006: Parameter 'helperFileName' implicitly has an 'any' type.
  253.  
  254. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
  255. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(174,48)
  256. TS7006: Parameter 'helperFileName' implicitly has an 'any' type.
  257.  
  258. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/file-watcher-api.js
  259. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/file-watcher-api.js(7,44)
  260. TS2307: Cannot find module 'webpack/package.json' or its corresponding type declarations.
  261.  
  262. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
  263. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(6,66)
  264. TS7006: Parameter 'compilation' implicitly has an 'any' type.
  265.  
  266. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
  267. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(6,79)
  268. TS7006: Parameter 'htmlWebpackPluginOptions' implicitly has an 'any' type.
  269.  
  270. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
  271. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(13,13)
  272. TS2314: Generic type 'Array<T>' requires 1 type argument(s).
  273.  
  274. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
  275. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(14,13)
  276. TS2314: Generic type 'Array<T>' requires 1 type argument(s).
  277.  
  278. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
  279. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(25,56)
  280. TS7006: Parameter 'htmlWebpackPluginOptions' implicitly has an 'any' type.
  281.  
  282. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js
  283. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js(47,7)
  284. TS2578: Unused '@ts-expect-error' directive.
  285.  
  286. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js
  287. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js(106,7)
  288. TS2578: Unused '@ts-expect-error' directive.
  289.  
  290. ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js
  291. [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js(132,9)
  292. TS2578: Unused '@ts-expect-error' directive.
  293. Child HtmlWebpackCompiler:
  294. 1 asset
  295. Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
  296. [./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html] 647 bytes {HtmlWebpackPlugin_0} [built]
  297. ℹ 「wdm」: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment