I am upgrading to Angular 6, but it looks like i get an error when running ng serve or ng build.
I do get the following error
Cannot destructure property 'createHash' of 'undefined' or 'null'. TypeError: Cannot destructure property 'createHash' of 'undefined' or 'null'. at Object. (C:\Users\stian\Source\Repos\minside\src\MinSide.Web\Areas\ClientApp\node_modules\mini-css-extract-plugin\dist\index.js:26:44)
I have been following the update guide https://update.angular.io/
It looks like it is webpack related, but if anyone know how to fix this or has experienced it themselves. Help is appreciated