Hi Jeevan,
I have looked into this. Most common causes seem to be invalid certs, and old packages.
Under the assumption that you are running the with the CLI, take the following steps.
- remove the webpack-dev-server package from package.json
- run `ng update @angular/core`
- run `ng update @angular/cli`
- remove the `node_modules` folder
- delete `yarn.lock` and/or `package-lock.json`
- clean out your systems temp folder. (will remove stale certs)
- run `yarn` or `npm install` to reinstall your packages.
The order of those steps is important!
After that, things should be working. If not, come back here, and I will figure out what's next.
Regards
Sander