FountainJS / generator-fountain-vue

Yeoman 'fountain' generator to start a webapp with Vue http://fountainjs.io
MIT License
103 stars 12 forks source link

Cannot find module 'index.js?minimize' #13

Open Calvin-he opened 7 years ago

Calvin-he commented 7 years ago

Failed to run 'gulp build'

ERROR in ./~/todomvc-app-css/index.css 
Module build failed: ModuleBuildError: Module build failed: Error: Cannot find module 'C:\myproject-path\node_modules\css-loader\index.js?minimize'

Child extract-text-webpack-plugin:

ERROR in ./~/css-loader?minimize!./~/sass-loader!./~/postcss-loader!./~/todomvc-app-css/index.css
Module build failed: Error: Cannot find module 'C:\myproject-path\node_modules\css-loader\index.js?minimize'
ghost commented 7 years ago

try to update all node modules to the latest:

npm i -g npm-check-updates npm-check-updates -u npm install