I just migrated my project from angular v5.x to v6.x and now when I try to start it with ng serve
I'm getting:
Cannot find module 'webpack'
Error: Cannot find module 'webpack'
at Function.Module....
any help ?
I cleared node modules and:
npm cache clean --force
npm install
npm install --save-dev @angular/cli@latest
but that didn't help