Facing issue after updating npm to version 7

Are you facing any issues in creating a new angular project after updating the npm version to 7? below is the solution.

go to the project folder and give the below command to fix the issue, this will install all the dependencies. Give it a try and let me you if you are facing the issue.

npm install — legacy-peer-deps

--

--