Unable to resolve dependency tree error when installing npm packages

When trying to install the npm packages using npm i command, I am getting the following exception: I have tried reinstalling the Node.js package and setting the proxy to off using: set HTTP_PROXY= set HTTPS_PROXY= The issue is still there. What I am doing wrong? Update: When I run the following command: npm install –legacy-peer-deps … Read more