aspnetcore-angular-universal icon indicating copy to clipboard operation
aspnetcore-angular-universal copied to clipboard

Error with deprecated webpack-cli

Open montella1507 opened this issue 6 years ago • 2 comments

Webpack-cli version in package.json is not compatible with angular:

Sorry, will create MR in the future. Update dev dependency: "webpack-cli": "^2.1.4" to "webpack-cli": "3.1.1"

to fix build error in master please.

TypeError: Cannot read property 'properties' of undefined
    at module.exports (XXXXYYYYY\node_modules\webpack-cli\bin\config-yargs.js:89:48)

montella1507 avatar Oct 18 '18 15:10 montella1507

Duplicate of #690

GrimaceOfDespair avatar Nov 19 '18 19:11 GrimaceOfDespair

Fixed: https://github.com/MarkPieszak/aspnetcore-angular-universal/issues/690#issuecomment-446028682

peterblazejewicz avatar Jan 10 '19 21:01 peterblazejewicz