0

The question I have is whether this warning is unique to me or if I can ignore this error.

ng version

enter image description here

When I create a project using the command ng new projectName, and then check the package integrity using npm audit this is the result I get enter image description here

The npm audit fix --force command does not resolve the issue. It only generates more warnings. enter image description here

1 Answers1

0

update your @angular-devkit/... from 15.2.2 to 15.2.4 in your package.json and run npm i