I got this message after I installed a package:
added 1 package from 8 contributors and audited 49729 packages in 23.754s
found 25 vulnerabilities (1 low, 24 high)
run `npm audit fix` to fix them, or `npm audit` for details
So I ran npm audit fix and it fixed some of the vulnerabilities.
...
+ @angular-devkit/build-ng-packagr@0.800.2
+ @angular-devkit/build-angular@0.800.2
added 125 packages from 72 contributors, updated 8 packages and moved 16 packages in 65.005s
fixed 12 of 25 vulnerabilities in 49729 scanned packages
3 package updates for 13 vulns involved breaking changes
(use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
It suggested use npm audit fix --force, I used it and now when I try run the Angular app it get this error:
Schema validation failed with the following errors:
Data path ".builders['app-shell']" should have required property 'class'.
Error: Schema validation failed with the following errors:
What is going on, should I be using npm audit fix or ignore the warnings. How can I get my app working again?
It shows this message after I run the force fix but it's too late already ran the command:
npm WARN using --force I sure hope you know what you are doing.
The packages installed: