[SOLVED] npm not installing unable to resolve dependency tree

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

enter image description here

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)

Leave a Reply

Your email address will not be published. Required fields are marked *