Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > [email protected] dev /home/alejo/tecnimaq/tecnilab/tecnilab-frontend
- > cross-env NODE_ENV=development webpack-dev-server --mode=development --inline --hot
- ℹ 「wds」: Project is running at http://localhost:8080/
- ℹ 「wds」: webpack output is served from /
- ℹ 「wds」: Content not from webpack is served from ./public
- ℹ 「wds」: 404s will fallback to /index.html
- ℹ 「wdm」: wait until bundle finished: /
- ✖ 「wdm」: Hash: 9d40f5b1be348f5478dc
- Version: webpack 4.43.0
- Time: 10565ms
- Built at: 21/07/2020 11:05:56 a. m.
- Asset Size Chunks Chunk Names
- bundle.js 3.82 MiB main [emitted] main
- index.html 369 bytes [emitted]
- Entrypoint main = bundle.js
- [0] multi (webpack)-dev-server/client?http://localhost:8080 (webpack)/hot/dev-server.js ./src/index.tsx 52 bytes {main} [built]
- [./node_modules/react-dom/index.js] 1.33 KiB {main} [built]
- [./node_modules/react/index.js] 190 bytes {main} [built]
- [./node_modules/webpack-dev-server/client/index.js?http://localhost:8080] (webpack)-dev-server/client?http://localhost:8080 4.29 KiB {main} [built]
- [./node_modules/webpack-dev-server/client/overlay.js] (webpack)-dev-server/client/overlay.js 3.51 KiB {main} [built]
- [./node_modules/webpack-dev-server/client/socket.js] (webpack)-dev-server/client/socket.js 1.53 KiB {main} [built]
- [./node_modules/webpack-dev-server/client/utils/createSocketUrl.js] (webpack)-dev-server/client/utils/createSocketUrl.js 2.91 KiB {main} [built]
- [./node_modules/webpack-dev-server/client/utils/log.js] (webpack)-dev-server/client/utils/log.js 964 bytes {main} [built]
- [./node_modules/webpack-dev-server/client/utils/reloadApp.js] (webpack)-dev-server/client/utils/reloadApp.js 1.59 KiB {main} [built]
- [./node_modules/webpack-dev-server/client/utils/sendMessage.js] (webpack)-dev-server/client/utils/sendMessage.js 402 bytes {main} [built]
- [./node_modules/webpack-dev-server/node_modules/strip-ansi/index.js] (webpack)-dev-server/node_modules/strip-ansi/index.js 161 bytes {main} [built]
- [./node_modules/webpack/hot sync ^\.\/log$] (webpack)/hot sync nonrecursive ^\.\/log$ 170 bytes {main} [built]
- [./node_modules/webpack/hot/dev-server.js] (webpack)/hot/dev-server.js 1.59 KiB {main} [built]
- [./node_modules/webpack/hot/emitter.js] (webpack)/hot/emitter.js 75 bytes {main} [built]
- [./src/index.tsx] 218 bytes {main} [built]
- + 36 hidden modules
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(16,19)
- TS2306: File '/home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/lodash/lodash.js' is not a module.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(183,15)
- TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
- 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")'.
- Types of property 'apply' are incompatible.
- 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'.
- Types of parameters 'compiler' and 'compiler' are incompatible.
- Type 'Compiler' is missing the following properties from type 'Compiler': parentCompilation, recordsInputPath, recordsOutputPath, records, and 21 more.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(201,13)
- TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(213,15)
- TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(244,90)
- 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; }'.
- Types of property 'plugin' are incompatible.
- Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(254,78)
- TS2345: Argument of type '{ html: string; plugin: this; outputName: any; }' is not assignable to parameter of type '{ html: string; outputName: string; plugin: HtmlWebpackPlugin; }'.
- Types of property 'plugin' are incompatible.
- Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,134)
- TS7006: Parameter '_' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,137)
- TS7006: Parameter 'hashType' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,147)
- TS7006: Parameter 'digestType' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(269,159)
- TS7006: Parameter 'maxLength' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(273,13)
- TS2739: Type '{ source: () => string; size: () => number; }' is missing the following properties from type 'Source': map, sourceAndMap, node, listNode, updateHash
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(281,13)
- TS2322: Type 'this' is not assignable to type 'HtmlWebpackPlugin'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,10)
- TS7006: Parameter 'compilation' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,23)
- TS7006: Parameter 'assets' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,31)
- TS7006: Parameter 'assetTags' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(354,42)
- TS7006: Parameter 'options' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(370,15)
- TS7006: Parameter 'templateParameters' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(395,33)
- TS2345: Argument of type 'Error' is not assignable to parameter of type 'WebpackError'.
- Type 'Error' is missing the following properties from type 'WebpackError': details, missing, origin, dependencies, module
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(433,20)
- TS7006: Parameter 'filename' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(433,30)
- TS7006: Parameter 'compilation' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(469,16)
- 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")'.
- 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")'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(470,14)
- 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")'.
- 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")'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(482,26)
- TS7006: Parameter 'chunkName' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(524,41)
- TS7006: Parameter 'childCompilationOutputName' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(612,13)
- TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
- No index signature with a parameter of type 'string' was found on type '{}'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(615,9)
- TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.
- No index signature with a parameter of type 'string' was found on type '{}'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(618,9)
- 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; }'.
- No index signature with a parameter of type 'string' was found on type '{ publicPath: string; js: string[]; css: string[]; manifest?: string; favicon?: string; }'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/index.js(1015,18)
- TS7006: Parameter 'assets' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(179,9)
- TS7034: Variable 'previousFileSystemSnapshot' implicitly has type 'any' in some locations where its type cannot be determined.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(196,50)
- 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...'.
- 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: { ...; }; } | { ...; }; }>'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(197,49)
- 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...'.
- 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: { ...; }; } | { ...; }; }>'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(202,55)
- TS7005: Variable 'previousFileSystemSnapshot' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(290,29)
- TS2540: Cannot assign to 'entries' because it is a read-only property.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(303,50)
- 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...'.
- 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: { ...; }; } | { ...; }; }>'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/cached-child-compiler.js(304,48)
- 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...'.
- 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: { ...; }; } | { ...; }; }>'.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(94,43)
- TS2554: Expected 3 arguments, but got 2.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(100,5)
- TS2554: Expected 5 arguments, but got 2.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(110,33)
- TS7006: Parameter 'err' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(110,38)
- TS7006: Parameter 'entries' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(110,47)
- TS7006: Parameter 'childCompilation' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(121,60)
- TS7006: Parameter 'error' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(134,36)
- TS7006: Parameter 'templateSource' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(134,52)
- TS7006: Parameter 'entryIndex' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,45)
- TS7006: Parameter 'mainCompilation' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,62)
- TS7006: Parameter 'childCompilation' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,80)
- TS7006: Parameter 'filename' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(161,90)
- TS7006: Parameter 'childEntryChunks' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(162,50)
- TS7006: Parameter 'entryChunk' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(162,62)
- TS7006: Parameter 'index' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(170,29)
- TS7006: Parameter 'helperFileName' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/child-compiler.js(174,48)
- TS7006: Parameter 'helperFileName' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/file-watcher-api.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/file-watcher-api.js(7,44)
- TS2307: Cannot find module 'webpack/package.json' or its corresponding type declarations.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(6,66)
- TS7006: Parameter 'compilation' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(6,79)
- TS7006: Parameter 'htmlWebpackPluginOptions' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(13,13)
- TS2314: Generic type 'Array<T>' requires 1 type argument(s).
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(14,13)
- TS2314: Generic type 'Array<T>' requires 1 type argument(s).
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/html-webpack-plugin/lib/chunksorter.js(25,56)
- TS7006: Parameter 'htmlWebpackPluginOptions' implicitly has an 'any' type.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js(47,7)
- TS2578: Unused '@ts-expect-error' directive.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js(106,7)
- TS2578: Unused '@ts-expect-error' directive.
- ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js
- [tsl] ERROR in /home/alejo/tecnimaq/tecnilab/tecnilab-frontend/node_modules/jest-worker/build/index.js(132,9)
- TS2578: Unused '@ts-expect-error' directive.
- Child HtmlWebpackCompiler:
- 1 asset
- Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
- [./node_modules/html-webpack-plugin/lib/loader.js!./src/index.html] 647 bytes {HtmlWebpackPlugin_0} [built]
- ℹ 「wdm」: Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment