Errors after npm audit fix angular 10.0.1
TRY this one
rm -rf node_modules/
npm install
npm run build
Upgrading the Angular CLI from 10 to 11 works for me.
ng update @angular/core @angular/cli
ng update
TRY this one
rm -rf node_modules/
npm install
npm run build
Upgrading the Angular CLI from 10 to 11 works for me.
ng update @angular/core @angular/cli
ng update