-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Description
I am installing Angular/Cli npm on Windows 10 I have downloaded latested Nodejs & intalled then I am trying to install Angular/Cli but after some time it is show error message :
npm ERR! Windows_NT 10.0.10586
Here is screen shot :
C:\Users\pb5>npm install -g @angular/cli
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "-g" "@angular/cli"
npm ERR! node v6.11.3
npm ERR! npm v3.10.10
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
npm ERR! self signed certificate in certificate chain
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\pb5\npm-debug.log
Please let me know how can I install & create my first Project.
Thanks,