I was trying to install Angular using: npm i @angular/cli@14.2.9 but when I check the version using ng v; the Command Prompt shows that it is not a recognized command.
Later when I install angular using: npm install -g angular-cli@latest; I am also getting various errors. Please help !!