Just starting out with AngularJS - 2 and attempting to create my debut Angular Application using this handy reference: https://angular.io/guide/quickstart
My current setup comprises of NODE version v6.4.0 and NPM version 3.10.3
The issue I'm facing is detailed below :
C:\angular-quickstart>npm install
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\
node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v6.4.0
npm ERR! npm v3.10.3
npm ERR! code EAI_AGAIN
npm ERR! errno EAI_AGAIN
npm ERR! syscall getaddrinfo
npm ERR! getaddrinfo EAI_AGAIN registry.npmjs.org:443
npm ERR!
In need of assistance to overcome this obstacle.
Your help would be greatly appreciated.