ks
C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01>npm run build
> pratica1@1.0.0 build C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01
> cross-env NODE_ENV=production webpack
Hash: 796be8306510fb42f6d8
Version: webpack 4.41.2
Time: 12859ms
Built at: 2019-10-25 12:51:01 PM
6 assets
Entrypoint main = app.js
[0] ./src/index.js 44 bytes {0} [built]
[1] ./src/scss/index.scss 1.76 KiB {0} [built] [failed] [1 error]
ERROR in ./src/scss/index.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleParseError: Module parse failed: Unexpected character '�' (1:1)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
at handleParseError (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\webpack\lib\NormalModule.js:469:19)
at doBuild.err (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\webpack\lib\NormalModule.js:503:5)
at runLoaders (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\webpack\lib\NormalModule.js:358:12)
at C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\loader-runner\lib\LoaderRunner.js:373:3
at iterateNormalLoaders (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at Array.<anonymous> (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\loader-runner\lib\LoaderRunner.js:205:4)
at Storage.finished (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\webpack\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:55:16)
at provider (C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\webpack\node_modules\enhanced-resolve\lib\CachedInputFileSystem.js:91:9)
at C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01\node_modules\graceful-fs\graceful-fs.js:115:16
at FSReqWrap.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:53:3)
@ ./src/index.js 2:0-27
Child mini-css-extract-plugin node_modules/css-loader/dist/cjs.js!node_modules/sass-loader/lib/loader.js!src/scss/index.scss:
Entrypoint mini-css-extract-plugin = *
[0] ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/scss/index.scss 201 KiB {0} [built]
+ 8 hidden modules
ERROR in ./node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0 1:1
Module parse failed: Unexpected character '�' (1:1)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
@ ./src/scss/index.scss (./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/scss/index.scss) 4:38-99
ERROR in ./node_modules/font-awesome/fonts/fontawesome-webfont.eot 1:1
Module parse failed: Unexpected character '�' (1:1)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
@ ./src/scss/index.scss (./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js!./src/scss/index.scss) 5:38-91
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! pratica1@1.0.0 build:
cross-env NODE_ENV=production webpack
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the pratica1@1.0.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\adm\AppData\Roaming\npm-cache\_logs\2019-10-25T15_51_02_095Z-debug.log
C:\Users\adm\Documents\praticaBootstrap\bootstrapPratica01>