I'm installing angular 7 but its giving error, when i create new project.
node -v v10.12.0
npm -v 6.4.1
Error Screenshot
This is another issue:-
'git' is not recognized as an internal or external command
You should use the following command before you create the new app using angular CLI:
npm cache clean --force
It will clean the cache forcefully.