I've started my project with an old version of packages and npm etc, now I'm trying to update everything and got stuck in the process. when running npm start i'm getting the following error:
Module build failed: Error: Cannot find module 'C:\Projetos\tiger_team_webpack2\static\node_modules\babel-loader\lib\index.js??ref--8-0!C:\Projetos\tiger_team_webpack2\static\node_modules\bootstrap-webpack\bootstrap.config.js'
at Function.Module._resolveFilename (module.js:555:15)
at Function.Module._load (module.js:482:25)
at Module.require (module.js:604:17)
at require (internal/module.js:11:18)
at Object.module.exports.pitch (C:\Projetos\tiger_team_webpack2\static\node_modules\bootstrap-webpack\bootstrap-scripts.loader.js:20:16)
@ ./node_modules/bootstrap-webpack/index.js 2:0-59
@ ./src/index.js
@ multi bootstrap-loader webpack-hot-middleware/client ./src/index ./src
To help here is my bootstrap.config.js. Ps: I'm using them in separate configuration files
Hi,
I've started my project with an old version of packages and npm etc, now I'm trying to update everything and got stuck in the process. when running
npm start
i'm getting the following error:To help here is my bootstrap.config.js. Ps: I'm using them in separate configuration files
commom.config.js
dev.config.js
prod.config.js
I'm really stuck, any help would be great. If any file is necessary just ask. Tanks