I am building a angular app in windows, using git bash, so far I have been able to scaffold using yo, no issues, however when I am trying to issue the following command. Can som
Try setting the registry config for npm by running the following command:
npm config set registry http://registry.npmjs.org/
I tried and it worked for me.