Issue
Actually, I have a working project in angular but right now I am just trying to revamp the project So I install the npm on this project using npm install
command but I got the bellow error. Please check the screenshot
Please help me to reach out this issue
Solution
Try npm install --legacy-peer-deps
Answered By – dinesh oz
Answer Checked By – Pedro (BugsFixing Volunteer)