I am try to install Angular CLI but running into the error above.
Do I need JAVA installed in my machine?
Tried following Commands repeatedly still did not worked.
npm cache clear
npm uninstall -g @angular/cli
npm install -g @angular/cli
node -v:
v9.4.0
npm -v:
5.6.0
What are the prerequisites to install Angular CLI?
After all running command prompt as admin did not worked. Rolling back issue fixed but still facing the same issue. updated question with the above image.

