I am trying to install angular-cli via npm. I have the recent version of Nodejs and git installed. I am not behind any proxy server(verified it through netsh winhttp s
netsh winhttp s
Future viewers: Try below approach (it worked for me)
Go to nodejs installed location (path may be different in your case) C:\Program Files\nodejs\node_modules\npm
Add below entry in the npmrc file then save it
strict-ssl=false
Then try installing angular cli
npm install -g @angular/cli