I was trying to do environment setup for Angular2 and for that I am getting below mentioned error while using command : npm install
I am having Node versions : Node version is v6.7.0, npm version is 3.10.3
Is there any solution for the same?
Solved the issue.
There was an issue with Windows System settings.
Steps to solve the issue:
Go to Windows' Settings >> Network & Internet >> Proxy Go to Automatic proxy setup >> Make 'Automatically detect settings' to off.
Now this works for me.
Thanks