I have installed Angular/cli and then try to run command ng serve then below error is throwing. I have tried lot of thing like uninstall angular/cli, npm cache clean, etc
This may be a problem in not implicitly running devDependencies.
Try running them implicitly with the command below.
npm install --dev