I\'m trying to run npm start but giving me error \"An unhandled exception occurred: Could not find module \"@angular-devkit/build-angular\" I also tried to inst
npm start
Below steps solved the issue for me,
npm i --package-lock-only npm audit fix