when i run the following command, it shows 6.4.1.
npm run ng --version
but when i am running the following command, it is installing 8.1.0 and getting error. i do not understand how it is happening.
npm install -g @angular/cli
i tried the following commands. but it is not working
npm cache clean --force
npm install -g @angular/cli
Error Screen
My Requirement:
Angular 6
how can i resolve this?
